Uncrustifyed Status

This commit is contained in:
2020-01-13 19:37:22 +01:00
parent 7491472962
commit cc56f61247
14 changed files with 577 additions and 577 deletions

View File

@@ -8,11 +8,11 @@ int main(int argc, char*argv[]){
// The main application
QApplication app(argc, argv);
IntelliInputDialog* InputDialog;
IntelliInputDialog* InputDialog;
// Create and open the main window
IntelliPhotoGui window(InputDialog);
window.show();
IntelliPhotoGui window(InputDialog);
window.show();
return app.exec();
}