summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/FGServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'FaceTrackNoIR/FGServer.h')
-rw-r--r--FaceTrackNoIR/FGServer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/FaceTrackNoIR/FGServer.h b/FaceTrackNoIR/FGServer.h
index 9fd52eb3..8e7d8b21 100644
--- a/FaceTrackNoIR/FGServer.h
+++ b/FaceTrackNoIR/FGServer.h
@@ -37,7 +37,7 @@
#include <QFile>
#include <QApplication>
#include <QDebug>
-#include <QThread>
+//#include <QThread>
#include <QMutex>
#include <QLibrary>
#include <QUdpSocket>
@@ -63,9 +63,6 @@ protected:
bool checkServerInstallationOK( HANDLE handle );
void sendHeadposeToGame();
-private slots:
- void readPendingDatagrams();
-
private:
Tracker *headTracker; // For upstream messages...
TFlightGearData TestData;
@@ -75,7 +72,6 @@ private:
qint32 fg_cmd; // Command from FlightGear
QHostAddress destIP; // Destination IP-address
int destPort; // Destination port-number
-
void loadSettings();
};