mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T521, removed CWorkerPointer as discussed MS/KB
This commit is contained in:
committed by
Mat Sutcliffe
parent
85cf339e04
commit
9c3ae527aa
@@ -78,9 +78,9 @@ private:
|
||||
void displayLog();
|
||||
void checkMinimumVersion();
|
||||
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
QScopedPointer<Ui::CSwiftData> ui;
|
||||
BlackMisc::CWorkerPointer<BlackCore::Db::CBackgroundDataUpdater> m_updater;
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
BlackCore::Db::CBackgroundDataUpdater *m_updater = nullptr; //!< consolidate with DB data
|
||||
BlackMisc::CSettingReadOnly<BlackGui::Settings::TBackgroundConsolidation> m_consolidationSettings { this, &CSwiftData::consolidationSettingChanged }; //!< consolidation time
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user