mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #478, setup class used in GUI components
This commit is contained in:
committed by
Mathew Sutcliffe
parent
53ba50dd3a
commit
166963af5b
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include "blackcore/settings/network.h"
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
@@ -148,6 +149,7 @@ namespace BlackGui
|
||||
const int LogoffIntervalSeconds = 10;
|
||||
QTimer *m_logoffCountdownTimer { nullptr };
|
||||
BlackCore::CSetting<BlackCore::Settings::Network::TrafficServers> m_trafficNetworkServers { this };
|
||||
BlackCore::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user