summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-14 20:59:36 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-19 11:35:41 (GMT)
commit2fed7bcc1f4a19f4942cddfdd42278f1c20feccc (patch)
tree5d6dbc0a4a9e6468c047bc818a4f540df51653d0 /Source/cmQtAutoGenerators.h
parentc29950cc1f532d78158b146c50b0c49b8d41c47a (diff)
downloadCMake-2fed7bcc1f4a19f4942cddfdd42278f1c20feccc.zip
CMake-2fed7bcc1f4a19f4942cddfdd42278f1c20feccc.tar.gz
CMake-2fed7bcc1f4a19f4942cddfdd42278f1c20feccc.tar.bz2
Autogen: Single point of return in RccGenerateFile
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 68cdbb4..bf4a251 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -89,9 +89,9 @@ private:
const std::string& uiInputFile,
const std::string& uiOutputFile);
- // - Qrc file generation
- bool QrcGenerateAll();
- bool QrcGenerateFile(const std::string& qrcInputFile,
+ // - Rcc file generation
+ bool RccGenerateAll();
+ bool RccGenerateFile(const std::string& qrcInputFile,
const std::string& qrcOutputFile, bool unique_n);
// - Logging