Jelajahi Sumber

Merge topic 'automoc-message-typo' into release-3.26

d0f49327f9 AutoMoc: Fix verbose mode message

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Merge-request: !8171
Brad King 2 tahun lalu
induk
melakukan
fc4e31d703
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Source/cmQtAutoMocUic.cxx

+ 1 - 1
Source/cmQtAutoMocUic.cxx

@@ -1756,7 +1756,7 @@ bool cmQtAutoMocUicT::JobProbeDepsMocT::Probe(MappingT const& mapping,
   if (this->MocConst().SettingsChanged) {
     if (reason != nullptr) {
       *reason = cmStrCat("Generating ", this->MessagePath(outputFile),
-                         ", because the uic settings changed, from ",
+                         ", because the moc settings changed, from ",
                          this->MessagePath(sourceFile));
     }
     return true;