summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-07-28 13:22:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-07-28 13:22:30 +0200
commited33bf91fc5999eb55442524458585be3fc608e4 (patch)
tree574b2f364c60c7893319854d1bd64330631727a1 /facetracknoir
parent3ecfadcb3ae7a3bf4bcf03f551970213a7afba21 (diff)
build system bug not relevant anymore
Diffstat (limited to 'facetracknoir')
-rw-r--r--facetracknoir/qt-moc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/facetracknoir/qt-moc.h b/facetracknoir/qt-moc.h
deleted file mode 100644
index 8ccfffe8..00000000
--- a/facetracknoir/qt-moc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <QObject>
-
-// this file exists only such that cmake qt automoc is appeased
-
-class AutomocMe : public QObject {
- Q_OBJECT
-private:
- virtual void foo() = 0;
- AutomocMe() {}
-};