Start of marking of images for selection

This commit is contained in:
2016-07-30 21:29:11 +02:00
parent 32e06a3e08
commit 3f226eb952
8 changed files with 135 additions and 6 deletions
+3
View File
@@ -4,6 +4,9 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setOrganizationName("nou");
a.setApplicationName("ImageSelector");
MainWindow w;
w.show();