diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 17:27:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 17:27:13 +0200 |
commit | 92ce8f4ee9b5f54de6032e0f59446f13dffd8a7a (patch) | |
tree | 5a254d2daa4638250fcf967a89156e3f762503b6 /ftnoir_protocol_ftn | |
parent | 49d6de31c4ba587d73fac8204cf92569bfaa7e6a (diff) |
Rename UDP protocol description only.
NB ABI compat with facetracknoir was lost due to removal of unused
struct member.
Diffstat (limited to 'ftnoir_protocol_ftn')
-rw-r--r-- | ftnoir_protocol_ftn/ftnoir_protocol_ftn.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h index 31247d1e..4c1c34cd 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h @@ -93,9 +93,9 @@ public: FTNoIR_ProtocolDll(); ~FTNoIR_ProtocolDll(); - void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("FaceTrackNoIR"); } - void getShortName(QString *strToBeFilled) { *strToBeFilled = QString("FTN Client"); } - void getDescription(QString *strToBeFilled) { *strToBeFilled = QString("FaceTrackNoIR Client protocol"); } + void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("UDP"); } + void getShortName(QString *strToBeFilled) { *strToBeFilled = QString("UDP"); } + void getDescription(QString *strToBeFilled) { *strToBeFilled = QString("opentrack UDP protocol"); } void getIcon(QIcon *icon) { *icon = QIcon(":/images/facetracknoir.png"); } }; |