1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +02:00
Files
joplin/QtClient/JoplinQtClient/itemlistcontroller.cpp

11 lines
99 B
C++
Raw Normal View History

2017-02-05 17:57:04 +00:00
#include "itemlistcontroller.h"
namespace jop {
ItemListController::ItemListController()
{
}
}