mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #617, CActionItem supports icon
* standard paths for applications * support for Qt::DecorationRole * QMap<QString, QPixmap> m_availableActions * Constructor for icon only * only leafs support actions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6a96d14baa
commit
a34be02e07
@@ -46,6 +46,12 @@ namespace BlackGui
|
||||
//! Corresponding BlackCore::CActionBind died, so delete CGuiActionBindHandler
|
||||
static void actionBindWasDestroyed(CGuiActionBindHandler *bindHandler);
|
||||
|
||||
//! Path
|
||||
static const QString &pathSwiftPilotClient();
|
||||
|
||||
//! Path
|
||||
static const QString &pathSwiftCore();
|
||||
|
||||
private:
|
||||
//! Constructor for QAction
|
||||
CGuiActionBindHandler(QAction *action);
|
||||
|
||||
Reference in New Issue
Block a user