mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fix hidden member from base class
This commit is contained in:
@@ -70,7 +70,6 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CDbLoadOverviewComponent> ui;
|
||||
BlackMisc::CDigestSignal m_dsTriggerGuiUpdate { this, &CDbLoadOverviewComponent::setGuiValues, 2500, 5 };
|
||||
bool m_loadInProgress = false; //!< data loading in progress
|
||||
bool m_setValuesInProgress = false; //!< setting values in progress, needed because of CNetworkUtils::canConnect check (processing events)
|
||||
|
||||
//! Trigger loading from DB
|
||||
|
||||
Reference in New Issue
Block a user