diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:37:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:37:08 +0200 |
commit | 941b72e0124d4a242b3a01b648be29fecbf8b928 (patch) | |
tree | cf8142f10a2826e27ce4263f486f18a38ca89c40 | |
parent | 3b64a76d62d22c120945e31b9592366c52cb5f70 (diff) |
fix build
-rw-r--r-- | facetracknoir/qt-moc.h | 2 |
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; |