mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
refs #617, renamed ActionItem to CActionItem
This commit is contained in:
committed by
Mathew Sutcliffe
parent
372e2cf04b
commit
cf51a7efca
@@ -25,7 +25,7 @@ namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
{
|
||||
class ActionItem;
|
||||
class CActionItem;
|
||||
|
||||
/*!
|
||||
* Action tree model, used with hotkey actions
|
||||
@@ -69,7 +69,7 @@ namespace BlackGui
|
||||
//! Init model data
|
||||
void setupModelData();
|
||||
|
||||
QScopedPointer<ActionItem> m_rootItem;
|
||||
QScopedPointer<CActionItem> m_rootItem;
|
||||
};
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user