summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-24 17:37:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-24 17:37:08 +0200
commit941b72e0124d4a242b3a01b648be29fecbf8b928 (patch)
treecf8142f10a2826e27ce4263f486f18a38ca89c40 /facetracknoir
parent3b64a76d62d22c120945e31b9592366c52cb5f70 (diff)
fix build
Diffstat (limited to 'facetracknoir')
-rw-r--r--facetracknoir/qt-moc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/qt-moc.h b/facetracknoir/qt-moc.h
index 6f6033b2..8ccfffe8 100644
--- a/facetracknoir/qt-moc.h
+++ b/facetracknoir/qt-moc.h
@@ -2,7 +2,7 @@
// this file exists only such that cmake qt automoc is appeased
-class AutomocMe {
+class AutomocMe : public QObject {
Q_OBJECT
private:
virtual void foo() = 0;