This commit is contained in:
Jan Schuffenhauer
2019-12-05 17:25:26 +01:00
parent 6aab6e4a34
commit 6dfc2c1b3b
25 changed files with 0 additions and 3638 deletions

View File

@@ -1,20 +0,0 @@
#include "GUI/IntelliPhotoGui.h"
#include <QApplication>
#include <QDebug>
int main(int argc, char *argv[])
{
// The main application
QApplication app(argc, argv);
// Create and open the main window
IntelliPhotoGui window;
window.show();
return app.exec();
}