mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-02 02:13:02 -05:00
22 lines
277 B
C++
22 lines
277 B
C++
/*
|
|
* ListItem.cpp
|
|
*
|
|
* Created on: 11 mar 2019
|
|
* Author: robert
|
|
*/
|
|
|
|
#include "ListItem.hpp"
|
|
|
|
namespace gui {
|
|
|
|
ListItem::ListItem() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
ListItem::~ListItem() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace gui */
|