diff options
author | Brad King <brad.king@kitware.com> | 2012-08-30 15:55:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-30 15:55:36 (GMT) |
commit | 4f3436dd117a96d243268b4e1eadceac3f44d4fc (patch) | |
tree | 906439ecb2f3ed34e5afa8189d2a07486bcef36a /Source/cmQTWrapUICommand.h | |
parent | a028fffaad85b76762e5926caa275fdfc7d8def9 (diff) | |
parent | 325214900ba14ebb94ba43fbd61dea4bef37d5e5 (diff) | |
download | CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.zip CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.tar.gz CMake-4f3436dd117a96d243268b4e1eadceac3f44d4fc.tar.bz2 |
Merge topic 'fix-Qt-casing'
3252149 Fix casing of 'Qt' in docs, comments and user-visible strings.
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r-- | Source/cmQTWrapUICommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 1fff041..b15c5cd 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -17,9 +17,9 @@ #include "cmSourceFile.h" /** \class cmQTWrapUICommand - * \brief Create .h and .cxx files rules for QT user interfaces files + * \brief Create .h and .cxx files rules for Qt user interfaces files * - * cmQTWrapUICommand is used to create wrappers for QT classes into normal C++ + * cmQTWrapUICommand is used to create wrappers for Qt classes into normal C++ */ class cmQTWrapUICommand : public cmCommand { |