diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/QtAutogen/foo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/QtAutogen/foo.h b/Tests/QtAutogen/foo.h index 32d4c8d..f23ec07 100644 --- a/Tests/QtAutogen/foo.h +++ b/Tests/QtAutogen/foo.h @@ -16,7 +16,10 @@ #include <QObject> -class Foo : public QObject +class Foo +#ifdef FOO + : public QObject +#endif { Q_OBJECT public: |