mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 17:55:45 +08:00
refs #485, use global setup directly from sApp where possible
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f03f3ef224
commit
b577f9313e
@@ -28,7 +28,6 @@
|
||||
#include "blackgui/mainwindowaccess.h"
|
||||
#include "blackcore/contextallinterfaces.h"
|
||||
#include "blackcore/actionbind.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include "blackmisc/network/textmessage.h"
|
||||
#include "blackmisc/loghandler.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
@@ -117,7 +116,6 @@ private:
|
||||
bool m_init = false;
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
BlackMisc::CLogSubscriber m_logSubscriber { this, &SwiftGuiStd::ps_displayStatusMessageInGui };
|
||||
BlackMisc::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache
|
||||
|
||||
// contexts
|
||||
bool m_coreAvailable = false;
|
||||
|
||||
Reference in New Issue
Block a user