mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #912, formatting, typos, const
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ea50533755
commit
422e6626c8
@@ -61,7 +61,7 @@ namespace BlackCore
|
||||
//! Register action
|
||||
static QString registerAction(const QString &action, const QPixmap &icon);
|
||||
|
||||
int m_index = -1; //!< action indexx (unique)
|
||||
int m_index = -1; //!< action index (unique)
|
||||
std::function<void()> m_deleteCallback; //!< called when deleted
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user