mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #452 adjusted GUI components to
* changed classes (e.g. CAircraft -> CSimulatedAircraft) * changes signatures in contexts / providers * minor fixes as renamed GUI widgets, asserts, paint event
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4a3b553296
commit
6ca0d480d3
@@ -44,7 +44,7 @@ namespace BlackGui
|
||||
|
||||
private slots:
|
||||
//! Network server selected
|
||||
void ps_networkServerSelected(QModelIndex index);
|
||||
void ps_networkServerSelected(const QModelIndex &index);
|
||||
|
||||
//! Alter traffic server
|
||||
void ps_alterTrafficServer();
|
||||
|
||||
Reference in New Issue
Block a user