diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-04-18 09:22:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-19 16:44:08 (GMT) |
commit | 7a73c404dd63aef0e68da9ef70ac706a6339c476 (patch) | |
tree | 9c990bbe3985b59bb1db675ab9c37e16234beb89 /Source/cmQtAutoGenerators.h | |
parent | fa4ae9fb12b61473f028a3ec38433f82a030c578 (diff) | |
download | CMake-7a73c404dd63aef0e68da9ef70ac706a6339c476.zip CMake-7a73c404dd63aef0e68da9ef70ac706a6339c476.tar.gz CMake-7a73c404dd63aef0e68da9ef70ac706a6339c476.tar.bz2 |
Autogen: Use SystemTools string functions instead of rolling out own
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index ab7b6ed..d5a23ab 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -70,8 +70,6 @@ private: void Init(); std::string Join(const std::vector<std::string>& lst, char separator); - bool EndsWith(const std::string& str, const std::string& with); - bool StartsWith(const std::string& str, const std::string& with); static void MergeUicOptions(std::vector<std::string> &opts, const std::vector<std::string> &fileOpts, bool isQt5); |