Update main.cpp

This commit is contained in:
Sonaion
2019-12-05 16:54:47 +01:00
parent 63d3b028a3
commit ff3d811503

View File

@@ -7,7 +7,7 @@ int main(int argc, char *argv[])
// The main application // The main application
QApplication app(argc, argv); QApplication app(argc, argv);
//some nice ass looking comment
// Create and open the main window // Create and open the main window
IntelliPhotoGui window; IntelliPhotoGui window;
window.show(); window.show();