refs #392 Added the "Install XBus" feature

* New "Install XBus" button in the CSimulatorXPlaneConfigWindow
* CSettingsSimulatorComponent cleanup
This commit is contained in:
Michał Garapich
2015-09-13 19:15:32 +02:00
committed by Mathew Sutcliffe
parent 06c17d7d09
commit cf3102333b
10 changed files with 92 additions and 17 deletions

View File

@@ -22,7 +22,10 @@ namespace BlackGui
Q_OBJECT
public:
//! No parent
explicit CPluginConfigWindow();
explicit CPluginConfigWindow(QWidget *parent);
protected:
virtual void showEvent(QShowEvent *event) override;
};
}