diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-12-28 09:25:16 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-10 11:49:14 (GMT) |
commit | 6ae19bf32e232beb59a0c427d82c0761e8248ab8 (patch) | |
tree | 2ac5182066ad2150d05e3aa6b332d9255e7fac89 /Source/cmQtAutoGenerators.h | |
parent | 9986da4f0f2f49c0d7d260f9d21deaa906708376 (diff) | |
download | CMake-6ae19bf32e232beb59a0c427d82c0761e8248ab8.zip CMake-6ae19bf32e232beb59a0c427d82c0761e8248ab8.tar.gz CMake-6ae19bf32e232beb59a0c427d82c0761e8248ab8.tar.bz2 |
AUTOGEN: Generators: Add dedicated method for moc content parsing
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index f86e7c3..dac23d9 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -72,6 +72,12 @@ private: const std::string& fileName, const std::string& contentsString, std::map<std::string, std::vector<std::string> >& includedUis); + bool ParseContentForMoc(const std::string& absFilename, + const std::string& contentsString, + const std::vector<std::string>& headerExtensions, + std::map<std::string, std::string>& includedMocs, + bool relaxed); + void ParseForUic( const std::string& fileName, std::map<std::string, std::vector<std::string> >& includedUis); |