mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #617, allow to use CGuiActionBindHandler with buttons
* used for weather enable/disable * use actionBindWasDestroyed when corresponding BlackCore::CActionBind is destroyed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1889270011
commit
74d608b5df
@@ -58,8 +58,11 @@ namespace BlackCore
|
||||
std::function<void()> m_deleteCallback; //!< called when deleted
|
||||
};
|
||||
|
||||
//! Single binding
|
||||
using CActionBinding = QSharedPointer<CActionBind>;
|
||||
|
||||
//! List of bindings
|
||||
using CActionBindings = QList<QSharedPointer<CActionBind>>;
|
||||
using CActionBindings = QList<CActionBinding>;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user