summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-15 09:18:17 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-19 11:35:42 (GMT)
commit2f3ecd4ea9518b2a110b995fe9ac171f026ccad5 (patch)
tree7ab4f8888687c835ebe617a2203eb1fb075b52b4 /Source/cmQtAutoGenerators.h
parent739592c9256fb6f89ee15081c3944d42515ef8db (diff)
downloadCMake-2f3ecd4ea9518b2a110b995fe9ac171f026ccad5.zip
CMake-2f3ecd4ea9518b2a110b995fe9ac171f026ccad5.tar.gz
CMake-2f3ecd4ea9518b2a110b995fe9ac171f026ccad5.tar.bz2
Autogen: Inline settings string generation methods
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 7383c99..78d0314 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -28,9 +28,6 @@ private:
const std::string& config);
// - Settings file
- std::string SettingsStringGenMoc() const;
- std::string SettingsStringGenUic() const;
- std::string SettingsStringGenRcc() const;
void SettingsFileRead(cmMakefile* makefile,
const std::string& targetDirectory);
bool SettingsFileWrite(const std::string& targetDirectory);