summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-14 18:12:22 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-20 21:21:01 (GMT)
commit8bee55bce1ea814ed598516eee7f4e0e2adf8747 (patch)
tree7011d898f19d0be1919b044a626918eb4baa0313 /Source/cmQtAutoGenerators.h
parent15346bec1930437cf9eb4fd32b6733790be2cc58 (diff)
downloadCMake-8bee55bce1ea814ed598516eee7f4e0e2adf8747.zip
CMake-8bee55bce1ea814ed598516eee7f4e0e2adf8747.tar.gz
CMake-8bee55bce1ea814ed598516eee7f4e0e2adf8747.tar.bz2
Autogen: In VERBOSE mode print why files are (re)generated
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index aeffbb1..0b502de 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -134,7 +134,7 @@ private:
std::string const& contentText);
bool MocGenerateAll();
- bool MocGenerateFile(const MocJobAuto& job, bool* generated = nullptr);
+ bool MocGenerateFile(const MocJobAuto& mocJob, bool* generated = nullptr);
// -- Uic
bool UicEnabled() const { return !this->UicExecutable.empty(); }