From ab28d3ea6eeac80f803559215ff41460ebfc302a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 24 Sep 2003 17:51:26 -0400 Subject: [PATCH] ENH: Fix comment --- Source/cmQTWrapUICommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmQTWrapUICommand.cxx b/Source/cmQTWrapUICommand.cxx index 60d8c44a9..858224814 100644 --- a/Source/cmQTWrapUICommand.cxx +++ b/Source/cmQTWrapUICommand.cxx @@ -111,7 +111,7 @@ bool cmQTWrapUICommand::InitialPass(std::vector 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 += ";";