summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/xxx_faceapp.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-03-22 21:48:28 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-03-22 21:51:09 +0100
commit4f05cb2af239ca8471b77c9f1d1c32e8c4cd3abc (patch)
tree338d3891b0c7710558aea3820d42af6eedfb0af9 /facetracknoir/xxx_faceapp.h
parent4f00c4c74d213a37a4b1a3313e50ce2b4dd51271 (diff)
Remove .bat files, actually finish rename this time
Diffstat (limited to 'facetracknoir/xxx_faceapp.h')
-rw-r--r--facetracknoir/xxx_faceapp.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/facetracknoir/xxx_faceapp.h b/facetracknoir/xxx_faceapp.h
deleted file mode 100644
index 39fd4b2f..00000000
--- a/facetracknoir/xxx_faceapp.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef FACEAPP_H
-#define FACEAPP_H
-
-#include <QApplication>
-#include "FaceTrackNoIR.h"
-
-class FaceApp : public QApplication
-{
- Q_OBJECT
-public:
- FaceApp( int &argc, char **argv ) : QApplication( argc, argv ) {}
- ~FaceApp() {}
-
- void SetupEventFilter( FaceTrackNoIR *window );
-
-protected:
- bool winEventFilter( MSG * msg, long * result );
-
-private:
- FaceTrackNoIR *mainWindow;
- int msgID_FTClient;
- int msgID_FTIR_Register;
- int msgID_FTIR_UnRegister;
- int msgID_FilterSettingChanged;
-};
-
-#endif // FACEAPP_H