summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-12-27 17:55:51 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-10 11:49:14 (GMT)
commitcf1d5a9cdba49a2e9f08879d756ae118b22bfc6a (patch)
treef9d5cc8d1a004ba72e19c7885433834e711c8a9a /Source/cmQtAutoGenerators.h
parentf962275987e17cf94da663a919f52b6d0c8f44f4 (diff)
downloadCMake-cf1d5a9cdba49a2e9f08879d756ae118b22bfc6a.zip
CMake-cf1d5a9cdba49a2e9f08879d756ae118b22bfc6a.tar.gz
CMake-cf1d5a9cdba49a2e9f08879d756ae118b22bfc6a.tar.bz2
AUTOGEN: Generators: Rename ParseForUic 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 b6bca8a..c6fe3b6 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -68,7 +68,7 @@ private:
bool requiresMocing(const std::string& text, std::string& macroName);
- void ParseForUic(
+ void ParseContentForUic(
const std::string& fileName, const std::string& contentsString,
std::map<std::string, std::vector<std::string> >& includedUis);