summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-09-07 09:54:05 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-18 15:48:10 (GMT)
commit706d9738a614724a96487be074e984a7e86c48c9 (patch)
tree493877be2a31e9c2bd1722a162fb98a891e324f2 /Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
parentd018d27c101869e4e2449f938df89d4f97c5b73c (diff)
downloadCMake-706d9738a614724a96487be074e984a7e86c48c9.zip
CMake-706d9738a614724a96487be074e984a7e86c48c9.tar.gz
CMake-706d9738a614724a96487be074e984a7e86c48c9.tar.bz2
Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxed
Diffstat (limited to 'Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp')
-rw-r--r--Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp b/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
deleted file mode 100644
index 5974187..0000000
--- a/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ROBJA_HPP
-#define ROBJA_HPP
-
-#include <QObject>
-
-class RObjA : public QObject
-{
- Q_OBJECT
-public:
- RObjA();
- ~RObjA();
-};
-
-#endif