diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-04-03 10:25:28 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-04-03 15:20:30 (GMT) |
commit | 9a736158150852e9d011fabc0f4a33ce039be6fc (patch) | |
tree | 28018cdd336780f010ef14e2aca511586a70742d /Source/cmQtAutoGenerator.h | |
parent | 65203ce407f589a6ba148baf64b07ada09205030 (diff) | |
download | CMake-9a736158150852e9d011fabc0f4a33ce039be6fc.zip CMake-9a736158150852e9d011fabc0f4a33ce039be6fc.tar.gz CMake-9a736158150852e9d011fabc0f4a33ce039be6fc.tar.bz2 |
Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtension
Diffstat (limited to 'Source/cmQtAutoGenerator.h')
-rw-r--r-- | Source/cmQtAutoGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerator.h b/Source/cmQtAutoGenerator.h index 33d0221..d6ddbc3 100644 --- a/Source/cmQtAutoGenerator.h +++ b/Source/cmQtAutoGenerator.h @@ -85,6 +85,8 @@ public: /// @brief Wrapper for cmSystemTools::JoinPath std::string JoinPath(std::vector<std::string>::const_iterator first, std::vector<std::string>::const_iterator last); + /// @brief Wrapper for cmSystemTools::GetFilenameWithoutLastExtension + std::string GetFilenameWithoutLastExtension(const std::string& filename); // -- File access bool FileExists(std::string const& filename); |