Ref T739, renamed CContext -> IContext

This reflects the purpose better, it is a base class for all context interfaces
This commit is contained in:
Klaus Basan
2019-10-04 14:03:17 +02:00
committed by Mat Sutcliffe
parent 4c170e0ac4
commit 09e65a2525
11 changed files with 36 additions and 36 deletions

View File

@@ -65,7 +65,7 @@ namespace BlackCore
using CSettingsDictionary = BlackMisc::CDictionary<QString, QString, QMap>;
//! Application context interface
class BLACKCORE_EXPORT IContextApplication : public CContext
class BLACKCORE_EXPORT IContextApplication : public IContext
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAPPLICATION_INTERFACENAME)