ImageViewer: De-slot

Change-Id: If488718679d31fd184b99c9ceb5004f15fb0a90b
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2017-03-18 23:31:33 +02:00
committed by Orgad Shaneh
parent 63a691b5de
commit 24a922cb28
3 changed files with 9 additions and 17 deletions

View File

@@ -49,12 +49,11 @@ public:
void accept() override;
private slots:
private:
void resetExportSize();
void exportWidthChanged(int width);
void exportHeightChanged(int height);
private:
void setExportWidthBlocked(int width);
void setExportHeightBlocked(int height);