Fix button being present in other pages
This commit is contained in:
parent
8b790a6dd9
commit
efc44c56a6
4 changed files with 20 additions and 9 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
void addAction(QAction *action);
|
||||
void addSeparator();
|
||||
void insertSpacer(QAction *action);
|
||||
void insertActionBefore(QAction *before, QAction *action);
|
||||
QMenu *createContextMenu(QWidget *parent = nullptr, const QString & title = QString());
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue