summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-11-30 19:31:22 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-07 13:23:52 (GMT)
commit1c97d1df20bbf771568321020e84718b82788272 (patch)
tree7067e7bd06c4d3a847d37c7ae9599ecbe6213dae /Source/cmQtAutoGenerators.h
parent69871e67e3b0612d7df8cc3ecf4a631850935e48 (diff)
downloadCMake-1c97d1df20bbf771568321020e84718b82788272.zip
CMake-1c97d1df20bbf771568321020e84718b82788272.tar.gz
CMake-1c97d1df20bbf771568321020e84718b82788272.tar.bz2
QtAutogen: Improved error recognition on config load
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index b26b307..47f3289 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -23,9 +23,9 @@ private:
bool ReadAutogenInfoFile(cmMakefile* makefile,
const std::string& targetDirectory,
const std::string& config);
- bool ReadOldMocDefinitionsFile(cmMakefile* makefile,
+ void ReadOldMocDefinitionsFile(cmMakefile* makefile,
const std::string& targetDirectory);
- void WriteOldMocDefinitionsFile(const std::string& targetDirectory);
+ bool WriteOldMocDefinitionsFile(const std::string& targetDirectory);
std::string MakeCompileSettingsString(cmMakefile* makefile);