mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T430, follow ups of FG integration fixing wrong distributor handling
* fixing a bug where the radio button and check box names got mixed * removed code for FG disabling * style Backend T576
This commit is contained in:
committed by
Mat Sutcliffe
parent
cdca20abe9
commit
3988fbdb32
@@ -45,7 +45,7 @@ namespace BlackGui
|
||||
explicit CSimulatorSelector(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSimulatorSelector();
|
||||
virtual ~CSimulatorSelector() override;
|
||||
|
||||
//! How to display
|
||||
void setMode(Mode mode, bool forced = false);
|
||||
@@ -147,7 +147,6 @@ namespace BlackGui
|
||||
|
||||
QScopedPointer<Ui::CSimulatorSelector> ui;
|
||||
Mode m_mode = CheckBoxes;
|
||||
bool m_withFG = false; //! with FG
|
||||
bool m_noSelectionMeansAll = false; //!< for filters, no selection means all
|
||||
bool m_rememberSelection = false; //!< remember last selection
|
||||
BlackMisc::CDigestSignal m_digestButtonsChanged { this, &CSimulatorSelector::emitChangedSignal, 250, 3 };
|
||||
|
||||
Reference in New Issue
Block a user