refs #283 ps_ prefix for private slots

This commit is contained in:
Mathew Sutcliffe
2014-08-18 21:02:17 +01:00
parent 595261f755
commit 61343e39f2
4 changed files with 32 additions and 32 deletions

View File

@@ -122,16 +122,16 @@ namespace BlackSimPlugin
void ps_dispatch();
//! Process incoming FS9 message
void processFs9Message(const QByteArray &message);
void ps_processFs9Message(const QByteArray &message);
//! Change own aircraft model string
void changeOwnAircraftModel(const QString &modelname);
void ps_changeOwnAircraftModel(const QString &modelname);
//! Change DirectPlay host status
void changeHostStatus(CFs9Host::HostStatus status);
void ps_changeHostStatus(CFs9Host::HostStatus status);
//! Remove client by callsign QString
void removeAircraft(const QString &callsign);
void ps_removeAircraft(const QString &callsign);
private: