mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
* allow to display project, env. vars etc. in console * use setup data cache * adjust to relocated CNetworkUtils * remove console for data GUI (noticed during installer tests)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
008792d95b
commit
ad146069ef
@@ -13,6 +13,7 @@
|
||||
#define SWIFTDATA_H
|
||||
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include "blackgui/systemtraywindow.h"
|
||||
#include "blackgui/managedstatusbar.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
@@ -61,9 +62,13 @@ private:
|
||||
void initDynamicMenus();
|
||||
void performGracefulShutdown();
|
||||
|
||||
void displayConsole();
|
||||
void displayLog();
|
||||
|
||||
QScopedPointer<Ui::CSwiftData> ui;
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
BlackCore::CWebDataServices *m_webDataReader = nullptr;
|
||||
BlackCore::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache
|
||||
};
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user