mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Schluss
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "GUI/IntelliPhotoGui.h"
|
||||
#include "GUI/IntelliInputDialog.h"
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
#include <vector>
|
||||
@@ -7,9 +8,11 @@ int main(int argc, char*argv[]){
|
||||
// The main application
|
||||
QApplication app(argc, argv);
|
||||
|
||||
IntelliInputDialog* InputDialog;
|
||||
|
||||
// Create and open the main window
|
||||
IntelliPhotoGui window;
|
||||
window.show();
|
||||
IntelliPhotoGui window(InputDialog);
|
||||
window.show();
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user