Make openDrawer and closeDrawer slots public
This commit is contained in:
parent
51eca21084
commit
13655f56e9
|
@ -20,7 +20,7 @@ public:
|
|||
void setDrawerLayout(QLayout *layout);
|
||||
QLayout *drawerLayout() const;
|
||||
|
||||
protected slots:
|
||||
public slots:
|
||||
void openDrawer();
|
||||
void closeDrawer();
|
||||
|
||||
|
|
Loading…
Reference in New Issue