diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-11 12:51:31 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 23:00:43 (GMT) |
commit | 1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4 (patch) | |
tree | a60e54ab966af5d00dfa6622c3b64fd87e7eed05 /Source/cmQtAutoGenerators.h | |
parent | 29112c9a695a8dce6486203d0415f17ac41d3a0b (diff) | |
download | CMake-1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4.zip CMake-1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4.tar.gz CMake-1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4.tar.bz2 |
Autogen: Generators: Make class static method a source static function
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 18648e6..ed17dcd 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -80,9 +80,6 @@ private: const std::string& subDirPrefix); // - Uic file generation - static void MergeUicOptions(std::vector<std::string>& opts, - const std::vector<std::string>& fileOpts, - bool isQt5); bool GenerateUiFiles( const std::map<std::string, std::vector<std::string> >& includedUis); bool GenerateUi(const std::string& realName, const std::string& uiInputFile, |