mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #485, renamed (CContextRuntime) to CCoreFacade
https://dev.vatsim-germany.org/issues/485#note-6
This commit is contained in:
committed by
Mathew Sutcliffe
parent
79cbcbc88f
commit
d9aac6427b
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "guiutility.h"
|
||||
#include "blackcore/contextruntime.h"
|
||||
#include "blackcore/corefacade.h"
|
||||
#include "blackcore/cookiemanager.h"
|
||||
#include "blackmisc/filelogger.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
@@ -71,7 +71,7 @@ namespace BlackGui
|
||||
|
||||
void CGuiUtility::initSwiftGuiApplication(QApplication &a, const QString &applicationName, const QPixmap &icon)
|
||||
{
|
||||
CRuntime::registerMetadata(); // register metadata
|
||||
CCoreFacade::registerMetadata(); // register metadata
|
||||
CCookieManager::instance(); // init cookie manager if ever needed
|
||||
|
||||
CLogHandler::instance()->install(); // make sure we have a log handler!
|
||||
|
||||
Reference in New Issue
Block a user