mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #199, removed context_application_base (moved to IContext application)
* as discussed under 4, and in the meeting https://dev.vatsim-germany.org/boards/22/topics/1671?r=1676#message-1676
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlackCore
|
||||
* Init this context
|
||||
*/
|
||||
CContextApplication::CContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime) :
|
||||
CContextApplicationBase(mode, runtime)
|
||||
IContextApplication(mode, runtime)
|
||||
{}
|
||||
|
||||
/*
|
||||
@@ -90,6 +90,9 @@ namespace BlackCore
|
||||
return content;
|
||||
}
|
||||
|
||||
/*
|
||||
* Remove file
|
||||
*/
|
||||
bool CContextApplication::removeFile(const QString &fileName)
|
||||
{
|
||||
if (fileName.isEmpty()) return false;
|
||||
|
||||
Reference in New Issue
Block a user