diff options
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. " |