diff options
Diffstat (limited to 'facetracknoir')
-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; |