From 0bcbe13f1316f715b2192af071cd708c0eb13e71 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 19 Dec 2019 18:38:38 +0100 Subject: [PATCH] Update main.cpp --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c8e501c..aedb07a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,13 +2,12 @@ #include #include #include "IntelliHelper/IntelliHelper.h" -#include +#include 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();