diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user b/IntelliPhoto/Painting/IntelliPhoto.pro.user index a8fcffc..d3cc96c 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 6ada0cb..829aa52 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();