diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 19:15:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 19:48:11 +0100 |
commit | b89699c7551f768bf4ff47820543f8c7b8c794af (patch) | |
tree | c3a21ec23a40250ec54b97fe17b9035a932cfaf8 /proto-sc/ftnoir_protocol_sc.h | |
parent | 068e0c7d432ede0a388fe1478b5146fcf1809315 (diff) |
modules: make names unique
Diffstat (limited to 'proto-sc/ftnoir_protocol_sc.h')
-rw-r--r-- | proto-sc/ftnoir_protocol_sc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/proto-sc/ftnoir_protocol_sc.h b/proto-sc/ftnoir_protocol_sc.h index 1b3f5eb8..5f8717f4 100644 --- a/proto-sc/ftnoir_protocol_sc.h +++ b/proto-sc/ftnoir_protocol_sc.h @@ -32,11 +32,11 @@ struct settings : opts { {} }; -class FTNoIR_Protocol : public IProtocol, private QThread +class simconnect : public IProtocol, private QThread { public: - FTNoIR_Protocol(); - ~FTNoIR_Protocol() override; + simconnect(); + ~simconnect() override; bool correct(); void pose(const double* headpose); void handle(); @@ -100,7 +100,7 @@ private slots: void doCancel(); }; -class FTNoIR_ProtocolDll : public Metadata +class simconnectDll : public Metadata { public: QString name() { return QString("Microsoft FSX SimConnect"); } |