summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-01-11 12:51:31 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-12 23:00:43 (GMT)
commit1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4 (patch)
treea60e54ab966af5d00dfa6622c3b64fd87e7eed05 /Source/cmQtAutoGenerators.h
parent29112c9a695a8dce6486203d0415f17ac41d3a0b (diff)
downloadCMake-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.h3
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,