From ff3d8115038b1ba86b204b4e0fd4370646a8bbd0 Mon Sep 17 00:00:00 2001 From: Sonaion Date: Thu, 5 Dec 2019 16:54:47 +0100 Subject: [PATCH] Update main.cpp --- IntelliPhoto/Painting/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();