diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 22:54:20 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 23:00:45 (GMT) |
commit | 3f86032bdab94e219d053c10b7e55eba9c06e562 (patch) | |
tree | 7f3baceb16d5750160252bf3bd615f250a38fd37 /Source/cmQtAutoGenerators.h | |
parent | f24e1d37cef95145927d14d186e1615fca23a75b (diff) | |
download | CMake-3f86032bdab94e219d053c10b7e55eba9c06e562.zip CMake-3f86032bdab94e219d053c10b7e55eba9c06e562.tar.gz CMake-3f86032bdab94e219d053c10b7e55eba9c06e562.tar.bz2 |
Autogen: Generators: Rename requiresMocing method
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 3720a00..7891eb9 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -39,7 +39,7 @@ private: bool RunAutogen(cmMakefile* makefile); // - Content analysis - bool requiresMocing(const std::string& text, std::string& macroName); + bool MocRequired(const std::string& text, std::string& macroName); bool MocSkipTest(const std::string& absFilename); bool UicSkipTest(const std::string& absFilename); |