first Cleanup

This commit is contained in:
Jonas Mucke
2020-01-15 18:40:17 +01:00
parent 2b433101c7
commit 72d55b2c8f
5 changed files with 50 additions and 59 deletions

View File

@@ -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);