lol
This commit is contained in:
Sonaion
2019-12-05 16:55:55 +01:00
parent ff3d811503
commit abcdad851a
24 changed files with 0 additions and 3767 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);
//some nice ass looking comment
// Create and open the main window
IntelliPhotoGui window;
window.show();
return app.exec();
}