diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-14 20:59:36 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-19 11:35:41 (GMT) |
commit | 2fed7bcc1f4a19f4942cddfdd42278f1c20feccc (patch) | |
tree | 5d6dbc0a4a9e6468c047bc818a4f540df51653d0 /Source/cmQtAutoGenerators.h | |
parent | c29950cc1f532d78158b146c50b0c49b8d41c47a (diff) | |
download | CMake-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.h | 6 |
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 |