From 54e1f890030ac2b219de52cc6b8233234b48651e Mon Sep 17 00:00:00 2001 From: Jonas Mucke Date: Thu, 5 Dec 2019 16:17:07 +0000 Subject: [PATCH] Revert "Merge branch 'MuckeMachtSachen' into 'Dev'" This reverts merge request !9 --- IntelliPhoto/Painting/IntelliPhoto.pro.user | 2 +- IntelliPhoto/Painting/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();