mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
refs #392 Added the "Install XBus" feature
* New "Install XBus" button in the CSimulatorXPlaneConfigWindow * CSettingsSimulatorComponent cleanup
This commit is contained in:
committed by
Mathew Sutcliffe
parent
06c17d7d09
commit
cf3102333b
@@ -32,10 +32,10 @@ namespace BlackGui
|
||||
|
||||
public:
|
||||
//! Dtor.
|
||||
virtual ~IPluginConfig() = default;
|
||||
virtual ~IPluginConfig() {}
|
||||
|
||||
//! Creates a new config window and returns its pointer.
|
||||
virtual CPluginConfigWindow *createConfigWindow() = 0;
|
||||
virtual CPluginConfigWindow *createConfigWindow(QWidget *parent) = 0;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user