Skip to content
Snippets Groups Projects
Commit ec1de31b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

not a slot

parent ecfcfebb
No related branches found
No related tags found
1 merge request!2100further minor cleanup in GUI Mask context
......@@ -29,11 +29,11 @@ public:
QSize sizeHint() const override { return QSize(512, 512); }
QSize minimumSizeHint() const override { return QSize(128, 128); }
void updateSize(const QSize& newSize);
public slots:
void onResetViewRequest();
void updateSize(const QSize& newSize);
signals:
void changeActivityRequest(MaskEditorFlags::Activity);
void deleteSelectedRequest();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment