summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerator.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-04-03 12:29:47 +0200
committerSebastian Holtermann <sebholt@xwmw.org>2018-04-03 17:20:30 +0200
commit719b24c87244ac612cfdc85da0e75140b87df673 (patch)
treebca356c3144c4d2313e8229430161e261e05fb8c /Source/cmQtAutoGenerator.h
parent9a736158150852e9d011fabc0f4a33ce039be6fc (diff)
downloadcmake-719b24c87244ac612cfdc85da0e75140b87df673.tar.gz
Autogen: Protected calls to cmQtAutoGen::SubDirPrefix
Diffstat (limited to 'Source/cmQtAutoGenerator.h')
-rw-r--r--Source/cmQtAutoGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerator.h b/Source/cmQtAutoGenerator.h
index d6ddbc360c..b3a53bcb57 100644
--- a/Source/cmQtAutoGenerator.h
+++ b/Source/cmQtAutoGenerator.h
@@ -87,6 +87,8 @@ public:
std::vector<std::string>::const_iterator last);
/// @brief Wrapper for cmSystemTools::GetFilenameWithoutLastExtension
std::string GetFilenameWithoutLastExtension(const std::string& filename);
+ /// @brief Wrapper for cmQtAutoGen::SubDirPrefix
+ std::string SubDirPrefix(std::string const& filename);
// -- File access
bool FileExists(std::string const& filename);