Andy Cedilnik 22 лет назад
Родитель
Сommit
ab28d3ea6e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmQTWrapUICommand.cxx

+ 1 - 1
Source/cmQTWrapUICommand.cxx

@@ -111,7 +111,7 @@ bool cmQTWrapUICommand::InitialPass(std::vector<std::string> const& argsIn)
       m_Makefile->AddSource(source_file);
       m_Makefile->AddSource(source_file);
       m_Makefile->AddSource(moc_file);
       m_Makefile->AddSource(moc_file);
       
       
-      // create the list of sources
+      // create the list of headers 
       if (headerListValue.size() > 0)
       if (headerListValue.size() > 0)
         {
         {
         headerListValue += ";";
         headerListValue += ";";