diff --git a/src/main.cpp b/src/main.cpp index aedb07a..bcd7ae6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,13 +4,13 @@ #include "IntelliHelper/IntelliHelper.h" #include -int main(int argc, char *argv[]){ - // The main application - QApplication app(argc, argv); +int main(int argc, char*argv[]){ + // The main application + QApplication app(argc, argv); - // Create and open the main window - IntelliPhotoGui window; - window.show(); + // Create and open the main window + IntelliPhotoGui window; + window.show(); - return app.exec(); + return app.exec(); }