Update main.cpp

This commit is contained in:
2019-12-19 18:38:38 +01:00
parent a838e3869f
commit 0bcbe13f13

View File

@@ -8,7 +8,6 @@ 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();