summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGeneratorRcc.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-04-05 21:43:19 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-04-06 15:37:08 (GMT)
commit7baec5e94b372cfc21e777488ecf993e4bce368e (patch)
treec0d5990ea64fdceeafd53f5bb5c107fe1c92f355 /Source/cmQtAutoGeneratorRcc.h
parent191269d247827a4c1de739165c0555b4c9ea9d79 (diff)
downloadCMake-7baec5e94b372cfc21e777488ecf993e4bce368e.zip
CMake-7baec5e94b372cfc21e777488ecf993e4bce368e.tar.gz
CMake-7baec5e94b372cfc21e777488ecf993e4bce368e.tar.bz2
AutoRcc: Don't use cmQtAutoGenerator::FileSystem methods
`cmQtAutoGenerator::FileSystem` is only required for concurrent file system access, but `cmQtAutoGeneratorRcc` isn't concurrent. Therefore this patch replaces all `cmQtAutoGenerator::FileSystem` uses in `cmQtAutoGeneratorRcc`.
Diffstat (limited to 'Source/cmQtAutoGeneratorRcc.h')
-rw-r--r--Source/cmQtAutoGeneratorRcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGeneratorRcc.h b/Source/cmQtAutoGeneratorRcc.h
index baa560c..d831f1f 100644
--- a/Source/cmQtAutoGeneratorRcc.h
+++ b/Source/cmQtAutoGeneratorRcc.h
@@ -36,7 +36,6 @@ private:
bool TestResources(bool& generate);
bool TestInfoFile();
// -- Generation
- bool GenerateParentDir();
bool GenerateRcc();
bool GenerateWrapper();