mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #648, change existing context menus
This commit is contained in:
@@ -138,7 +138,11 @@ namespace BlackGui
|
||||
{}
|
||||
|
||||
//! \copydoc IMenuDelegate::customMenu
|
||||
virtual void customMenu(QMenu &menu) const override;
|
||||
virtual void customMenu(BlackGui::Menus::CMenuActions &menuActions) override;
|
||||
|
||||
private:
|
||||
QList<QAction *> m_setActions;
|
||||
QList<QAction *> m_setNewActions;
|
||||
};
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user