diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-17 15:28:35 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-17 15:28:35 (GMT) |
commit | 5385811e6057f20ac6c8ef119cb26874e1d95914 (patch) | |
tree | 30fc26ac179853aa4ea6149b8a2e52a5b4d8b405 /Source/cmQTWrapUICommand.h | |
parent | ef5fe4b256e774e5d318c7b6ff416a52e72624bd (diff) | |
download | CMake-5385811e6057f20ac6c8ef119cb26874e1d95914.zip CMake-5385811e6057f20ac6c8ef119cb26874e1d95914.tar.gz CMake-5385811e6057f20ac6c8ef119cb26874e1d95914.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r-- | Source/cmQTWrapUICommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index ecfdaa7..02b29f4 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -73,7 +73,7 @@ public: return " QT_WRAP_UI(resultingLibraryName HeadersDestName\n" " SourcesDestName SourceLists ...)\n" - "Produce .h and .cxx files for all the .ui file listed " + "Produce .h and .cxx files for all the .ui files listed " "in the SourceLists. " "The .h files will be added to the library using the HeadersDestName" "source list. " |