diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-14 16:48:39 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-19 11:35:40 (GMT) |
commit | 3ee2b1623ecbef3164c412bb6a1d826ba788002b (patch) | |
tree | 778af809931412c9310508b7f6867e518d5525d9 /Source/cmQtAutoGenerators.h | |
parent | ec24dcdb36db7b460113b2ce3f7a954800d41e90 (diff) | |
download | CMake-3ee2b1623ecbef3164c412bb6a1d826ba788002b.zip CMake-3ee2b1623ecbef3164c412bb6a1d826ba788002b.tar.gz CMake-3ee2b1623ecbef3164c412bb6a1d826ba788002b.tar.bz2 |
Autogen: Rename settings file read/write methods
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index d442ec3..953349b 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -30,9 +30,9 @@ private: std::string MocSettingsStringCompose(); std::string UicSettingsStringCompose(); std::string RccSettingsStringCompose(); - void OldSettingsReadFile(cmMakefile* makefile, - const std::string& targetDirectory); - bool OldSettingsWriteFile(const std::string& targetDirectory); + void SettingsFileRead(cmMakefile* makefile, + const std::string& targetDirectory); + bool SettingsFileWrite(const std::string& targetDirectory); // - Init and run void Init(); |