diff options
Diffstat (limited to 'Tests/QtAutogen/mocDepends/testGenLib.hpp')
-rw-r--r-- | Tests/QtAutogen/mocDepends/testGenLib.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Tests/QtAutogen/mocDepends/testGenLib.hpp b/Tests/QtAutogen/mocDepends/testGenLib.hpp deleted file mode 100644 index 408335b..0000000 --- a/Tests/QtAutogen/mocDepends/testGenLib.hpp +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef TEST3_HPP -#define TEST3_HPP - -#include "simpleLib.hpp" -#include <QObject> - -// This object triggers the AUTOMOC on this file -class LObject : public QObject -{ - Q_OBJECT -public: - Q_SLOT - void aSlot(){}; -}; - -#endif |