diff options
Diffstat (limited to 'Source/cmQTWrapUICommand.cxx')
-rw-r--r-- | Source/cmQTWrapUICommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.cxx b/Source/cmQTWrapUICommand.cxx index 60d8c44..8582248 100644 --- a/Source/cmQTWrapUICommand.cxx +++ b/Source/cmQTWrapUICommand.cxx @@ -111,7 +111,7 @@ bool cmQTWrapUICommand::InitialPass(std::vector<std::string> const& argsIn) m_Makefile->AddSource(source_file); m_Makefile->AddSource(moc_file); - // create the list of sources + // create the list of headers if (headerListValue.size() > 0) { headerListValue += ";"; |