diff options
author | Brad King <brad.king@kitware.com> | 2017-08-23 12:20:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-23 12:21:27 (GMT) |
commit | fc1aaf14329571c8cd58b3e1b85fbb434f8277b3 (patch) | |
tree | 4e68d4e05fd4350d347d6b22d43bcc91c44ca374 /Tests/QtAutogen/skipSource/qItemD.hpp | |
parent | ac6660b6716f14815bdd0f75cf1da4cf3ad7381c (diff) | |
parent | 8e452e67e9a9e8762e924bdb502b9a59d2d29dc4 (diff) | |
download | CMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.zip CMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.tar.gz CMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.tar.bz2 |
Merge topic 'autogen-optimize-cleanup'
8e452e67 Remove AUTOGEN variables from cmSourceFile and cmMakefile
0f2e178f Autogen: Don't use cmMakefile::GetQtUiFilesWithOptions
13bb716f Autogen: Fix and extend SKIP_AUTOMOC test
727247c3 Autogen: Read skip files from makefile
1eb1b409 Autogen: Remove VS specific code exclusion
54ec2a8b Autogen: Initializer file type scanning optimizations
cf7b3b96 Autogen: Initializer optimizations and cleanups
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1171
Diffstat (limited to 'Tests/QtAutogen/skipSource/qItemD.hpp')
-rw-r--r-- | Tests/QtAutogen/skipSource/qItemD.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/QtAutogen/skipSource/qItemD.hpp b/Tests/QtAutogen/skipSource/qItemD.hpp new file mode 100644 index 0000000..99e0acb --- /dev/null +++ b/Tests/QtAutogen/skipSource/qItemD.hpp @@ -0,0 +1,13 @@ +#ifndef QITEMD_HPP +#define QITEMD_HPP + +#include <QObject> + +class QItemD : public QObject +{ + Q_OBJECT + Q_SLOT + void go(); +}; + +#endif |