Make showDialog and hideDialog slots public

This commit is contained in:
johanneshilden 2017-09-30 13:17:48 +03:00
parent 13655f56e9
commit 29926e62d9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public:
QLayout *windowLayout() const;
void setWindowLayout(QLayout *layout);
protected slots:
public slots:
void showDialog();
void hideDialog();