refs #873, changed signal for selector in internal component

This commit is contained in:
Klaus Basan
2017-02-02 01:15:46 +01:00
committed by Mathew Sutcliffe
parent 2a0d0e1d84
commit 7e70662a29
4 changed files with 28 additions and 3 deletions

View File

@@ -75,6 +75,9 @@ namespace BlackGui
//! Request parts (aka aircraft config) from network
void ps_requestPartsFromNetwork();
//! Selector has been changed
void ps_selectorChanged();
private:
QScopedPointer<Ui::CInternalsComponent> ui;