diff --git a/IntelliPhoto/Painting/main.cpp b/IntelliPhoto/Painting/main.cpp index 829aa52..6ada0cb 100644 --- a/IntelliPhoto/Painting/main.cpp +++ b/IntelliPhoto/Painting/main.cpp @@ -7,7 +7,7 @@ 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();