mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 04:10:31 +02:00
first Cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
/*!
|
||||
* \brief The IntelliPhotoGui method is the constructor and is used to create a new instance of the main program window
|
||||
*/
|
||||
IntelliPhotoGui(IntelliInputDialog* InputDialog);
|
||||
IntelliPhotoGui();
|
||||
|
||||
void UpdateGui();
|
||||
|
||||
@@ -109,7 +109,6 @@ int getReturnValueOfDialog();
|
||||
|
||||
// What we'll draw on
|
||||
PaintingArea* paintingArea;
|
||||
IntelliInputDialog* InputDialog;
|
||||
QEventLoop Loop;
|
||||
|
||||
const QSize Buttonsize = QSize(35,35);
|
||||
|
||||
Reference in New Issue
Block a user