diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-02 18:39:50 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-06 21:01:03 (GMT) |
commit | 8f2ad9c4a06029d6d2859119f957a83c6082b14e (patch) | |
tree | 48ba1eb03309a8030b1b264a62d7c3baa8442da2 /Source/cmQtAutoGenerators.h | |
parent | ea3bc1e5b04fd420c4627e520af2e913b88e1100 (diff) | |
download | CMake-8f2ad9c4a06029d6d2859119f957a83c6082b14e.zip CMake-8f2ad9c4a06029d6d2859119f957a83c6082b14e.tar.gz CMake-8f2ad9c4a06029d6d2859119f957a83c6082b14e.tar.bz2 |
Autogen: Error return when a scan file is not readable
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 3bff2b2..00fa0c7 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -78,7 +78,7 @@ private: std::set<std::string>& mocHeaderFiles, std::set<std::string>& uicHeaderFiles) const; - void ParseHeaders( + bool ParseHeaders( const std::set<std::string>& mocHeaderFiles, const std::set<std::string>& uicHeaderFiles, const std::map<std::string, std::string>& mocsIncluded, |