mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Uncrustifyed Status
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user