Make showDialog and hideDialog slots public
This commit is contained in:
parent
13655f56e9
commit
29926e62d9
|
@ -18,7 +18,7 @@ public:
|
||||||
QLayout *windowLayout() const;
|
QLayout *windowLayout() const;
|
||||||
void setWindowLayout(QLayout *layout);
|
void setWindowLayout(QLayout *layout);
|
||||||
|
|
||||||
protected slots:
|
public slots:
|
||||||
void showDialog();
|
void showDialog();
|
||||||
void hideDialog();
|
void hideDialog();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue