summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-01-12 23:54:20 +0100
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-13 00:00:45 +0100
commit3f86032bdab94e219d053c10b7e55eba9c06e562 (patch)
tree7f3baceb16d5750160252bf3bd615f250a38fd37 /Source/cmQtAutoGenerators.h
parentf24e1d37cef95145927d14d186e1615fca23a75b (diff)
downloadcmake-3f86032bdab94e219d053c10b7e55eba9c06e562.tar.gz
Autogen: Generators: Rename requiresMocing method
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 3720a00911..7891eb9868 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);