mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T294, display simulator internals correctly
* view rows not selectable * added settings to ISimulator * ISimulator implements initSimulatorInternals() and sets default values * also display plugin name * XPlane using initSimulatorInternals()
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackSimPlugin
|
||||
QObject *parent = nullptr);
|
||||
|
||||
//! Init the internal objects
|
||||
virtual void initSimulatorInternals();
|
||||
virtual void initSimulatorInternals() override;
|
||||
|
||||
//! \name When swift DB data are read
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user