mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T739, renamed CContext -> IContext
This reflects the purpose better, it is a base class for all context interfaces
This commit is contained in:
committed by
Mat Sutcliffe
parent
4c170e0ac4
commit
09e65a2525
@@ -48,7 +48,7 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
IContextApplication::IContextApplication(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) :
|
||||
CContext(mode, runtime)
|
||||
IContext(mode, runtime)
|
||||
{
|
||||
if (mode == CCoreFacadeConfig::NotUsed) { return; }
|
||||
QPointer<IContextApplication> myself(this);
|
||||
|
||||
Reference in New Issue
Block a user