refs #617, renamed ActionItem to CActionItem

This commit is contained in:
Klaus Basan
2017-02-04 01:01:17 +01:00
committed by Mathew Sutcliffe
parent 372e2cf04b
commit cf51a7efca
4 changed files with 39 additions and 39 deletions

View File

@@ -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