diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-14 16:52:13 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-19 11:35:40 (GMT) |
commit | 763f717ce2251a7237e85a0ad9a4c86c94942642 (patch) | |
tree | 9794f53a6b91b6ea15532d6b355b719aa2364512 /Source/cmQtAutoGenerators.h | |
parent | 3ee2b1623ecbef3164c412bb6a1d826ba788002b (diff) | |
download | CMake-763f717ce2251a7237e85a0ad9a4c86c94942642.zip CMake-763f717ce2251a7237e85a0ad9a4c86c94942642.tar.gz CMake-763f717ce2251a7237e85a0ad9a4c86c94942642.tar.bz2 |
Autogen: Rename settings string generation methods
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 953349b..36519c5 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -27,9 +27,10 @@ private: const std::string& targetDirectory, const std::string& config); - std::string MocSettingsStringCompose(); - std::string UicSettingsStringCompose(); - std::string RccSettingsStringCompose(); + // - Settings file + std::string SettingsStringGenMoc(); + std::string SettingsStringGenUic(); + std::string SettingsStringGenRcc(); void SettingsFileRead(cmMakefile* makefile, const std::string& targetDirectory); bool SettingsFileWrite(const std::string& targetDirectory); |