summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-09-24 17:51:26 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-09-24 17:51:26 -0400
commitab28d3ea6eeac80f803559215ff41460ebfc302a (patch)
tree95337f85895790c1d87257fc0018de8449ed0a3a /Source/cmQTWrapUICommand.cxx
parent8102451c01f2d36edecf123b43ff15968ff134ba (diff)
downloadcmake-ab28d3ea6eeac80f803559215ff41460ebfc302a.tar.gz
ENH: Fix comment
Diffstat (limited to 'Source/cmQTWrapUICommand.cxx')
-rw-r--r--Source/cmQTWrapUICommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.cxx b/Source/cmQTWrapUICommand.cxx
index 60d8c44a94..8582248140 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 += ";";