summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-12-27 13:26:56 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-10 11:49:14 (GMT)
commitcbd650c2642e40369eaa53d20dafee6cdccae4af (patch)
tree7c68447a5a7acb33092640f0b02786ca25871da0 /Source/cmQtAutoGenerators.h
parent0b1527ff3d1781380756ee72a9641b7c5c7c87cc (diff)
downloadCMake-cbd650c2642e40369eaa53d20dafee6cdccae4af.zip
CMake-cbd650c2642e40369eaa53d20dafee6cdccae4af.tar.gz
CMake-cbd650c2642e40369eaa53d20dafee6cdccae4af.tar.bz2
AUTOGEN: Generators: Use unified ParseSourceFile and drop old methods
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index f6fbed3..08f98b5 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -48,16 +48,6 @@ private:
bool GenerateQrc(const std::string& qrcInputFile,
const std::string& qrcOutputFile, bool unique_n);
- bool ParseCppFile(
- const std::string& absFilename,
- const std::vector<std::string>& headerExtensions,
- std::map<std::string, std::string>& includedMocs,
- std::map<std::string, std::vector<std::string> >& includedUis);
- bool StrictParseCppFile(
- const std::string& absFilename,
- const std::vector<std::string>& headerExtensions,
- std::map<std::string, std::string>& includedMocs,
- std::map<std::string, std::vector<std::string> >& includedUis);
bool ParseSourceFile(
const std::string& absFilename,
const std::vector<std::string>& headerExtensions,