diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-08-28 09:22:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-08-28 09:24:55 (GMT) |
commit | 325214900ba14ebb94ba43fbd61dea4bef37d5e5 (patch) | |
tree | 1dcabbd6380bc8a0020f21d7f049df3d598a14f5 /Source/cmQTWrapCPPCommand.h | |
parent | f32e7957b4f6cb57e396ec018947d46420072671 (diff) | |
download | CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.zip CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.gz CMake-325214900ba14ebb94ba43fbd61dea4bef37d5e5.tar.bz2 |
Fix casing of 'Qt' in docs, comments and user-visible strings.
QT (cue-tea) is Apple QuickTime.
Qt (cute) is the C++ framework.
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 1af0840..4863402 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -17,9 +17,9 @@ #include "cmSourceFile.h" /** \class cmQTWrapCPPCommand - * \brief Create moc file rules for QT classes + * \brief Create moc file rules for Qt classes * - * cmQTWrapCPPCommand is used to create wrappers for QT classes into + * cmQTWrapCPPCommand is used to create wrappers for Qt classes into * normal C++ */ class cmQTWrapCPPCommand : public cmCommand |