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-ftn/ftnoir_protocol_ftn.h | |
parent | 068e0c7d432ede0a388fe1478b5146fcf1809315 (diff) |
modules: make names unique
Diffstat (limited to 'proto-ftn/ftnoir_protocol_ftn.h')
-rw-r--r-- | proto-ftn/ftnoir_protocol_ftn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto-ftn/ftnoir_protocol_ftn.h b/proto-ftn/ftnoir_protocol_ftn.h index 74120b87..28abf204 100644 --- a/proto-ftn/ftnoir_protocol_ftn.h +++ b/proto-ftn/ftnoir_protocol_ftn.h @@ -31,10 +31,10 @@ struct settings : opts { {} }; -class FTNoIR_Protocol : public IProtocol +class udp : public IProtocol { public: - FTNoIR_Protocol(); + udp(); bool correct(); void pose(const double *headpose); QString game_name() { @@ -61,7 +61,7 @@ private slots: void doCancel(); }; -class FTNoIR_ProtocolDll : public Metadata +class udpDll : public Metadata { public: QString name() { return QString("UDP receiver"); } |