added todos

This commit is contained in:
Anika Raemer 2018-10-19 14:23:36 +02:00
parent e401b71788
commit 8a81c48606
3 changed files with 6 additions and 5 deletions

View file

@ -13,5 +13,7 @@ int main(int argc, char *argv[])
NavigationController navController;
navController.setContext(engine.rootContext());
///@todo call init with test path containing several folders each containing image.jpg
return app.exec();
}