diff options
Diffstat (limited to 'tests/auto/moc/forgotten-qinterface.h')
-rw-r--r-- | tests/auto/moc/forgotten-qinterface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/moc/forgotten-qinterface.h b/tests/auto/moc/forgotten-qinterface.h index a11793b..370a3d0 100644 --- a/tests/auto/moc/forgotten-qinterface.h +++ b/tests/auto/moc/forgotten-qinterface.h @@ -39,6 +39,8 @@ ** ****************************************************************************/ +#include <QObject> + struct MyInterface { virtual ~MyInterface() {} |