mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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 <QFrame>
|
||||
#include <QScopedPointer>
|
||||
@@ -52,6 +53,7 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CSettingsNetworkServersComponent> ui;
|
||||
BlackCore::CSetting<BlackCore::Settings::Network::TrafficServers> m_trafficNetworkServers { this };
|
||||
BlackCore::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user