diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-09-24 21:51:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-09-24 21:51:26 (GMT) |
commit | ab28d3ea6eeac80f803559215ff41460ebfc302a (patch) | |
tree | 95337f85895790c1d87257fc0018de8449ed0a3a /Source/cmQTWrapUICommand.cxx | |
parent | 8102451c01f2d36edecf123b43ff15968ff134ba (diff) | |
download | CMake-ab28d3ea6eeac80f803559215ff41460ebfc302a.zip CMake-ab28d3ea6eeac80f803559215ff41460ebfc302a.tar.gz CMake-ab28d3ea6eeac80f803559215ff41460ebfc302a.tar.bz2 |
ENH: Fix comment
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 += ";"; |