diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user b/IntelliPhoto/Painting/IntelliPhoto.pro.user index d3cc96c..a8fcffc 100644 --- a/IntelliPhoto/Painting/IntelliPhoto.pro.user +++ b/IntelliPhoto/Painting/IntelliPhoto.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId 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();