diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-04-18 09:39:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-19 16:48:05 (GMT) |
commit | 95064a6d35c93557c9bb87bc8eeff8555d7295a2 (patch) | |
tree | e94731508f136b3df4cd705ae9dadb53dbddccae /Source/cmQtAutoGenerators.h | |
parent | 7a73c404dd63aef0e68da9ef70ac706a6339c476 (diff) | |
download | CMake-95064a6d35c93557c9bb87bc8eeff8555d7295a2.zip CMake-95064a6d35c93557c9bb87bc8eeff8555d7295a2.tar.gz CMake-95064a6d35c93557c9bb87bc8eeff8555d7295a2.tar.bz2 |
Autogen: Rename header extension Join method to JoinExts
While at it, simplify the signature and avoid a trailing separator.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index d5a23ab..f9dd41c 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -69,7 +69,7 @@ private: void Init(); - std::string Join(const std::vector<std::string>& lst, char separator); + std::string JoinExts(const std::vector<std::string>& lst); static void MergeUicOptions(std::vector<std::string> &opts, const std::vector<std::string> &fileOpts, bool isQt5); |