mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #273, completed / fixed component
* order, first add items to combobox, then connect signal (->no signals during setup) * renamed driver to plugin * improved plugin finding
This commit is contained in:
@@ -28,10 +28,14 @@ namespace BlackGui
|
||||
|
||||
private slots:
|
||||
//! Driver changed
|
||||
void driverHasChanged(int index);
|
||||
void pluginHasChanged(int index);
|
||||
|
||||
private:
|
||||
Ui::CSettingsSimulatorComponent *ui; //!< UI
|
||||
|
||||
//! Smarter way to set current driver, avoids unnecessary signals and less formatting dependend
|
||||
void setCurrentPlugin(const BlackSim::CSimulatorInfo &driver);
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user