forked from qt-creator/qt-creator
ImageViewer: De-slot
Change-Id: If488718679d31fd184b99c9ceb5004f15fb0a90b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
63a691b5de
commit
24a922cb28
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user