From 92ce8f4ee9b5f54de6032e0f59446f13dffd8a7a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Sep 2013 17:27:13 +0200 Subject: Rename UDP protocol description only. NB ABI compat with facetracknoir was lost due to removal of unused struct member. --- ftnoir_protocol_ftn/ftnoir_protocol_ftn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftnoir_protocol_ftn') 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"); } }; -- cgit v1.2.3