summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapCPPCommand.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-13 18:21:12 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-13 18:21:12 -0800
commitef8aa19c33e83ff019595fd7f8fdc29c35c336a3 (patch)
tree6501b44707b5c6a88fa5f817adee1a3ffcb0012d /Source/cmQTWrapCPPCommand.h
parent035c7fabc3b82cbc9a346c11abe2e9462b4c0379 (diff)
downloadcmake-b76f3d62b9ae70b9fe053f294d35613bb3127797.tar.gz
cmake-b76f3d62b9ae70b9fe053f294d35613bb3127797.tar.bz2
cmake-b76f3d62b9ae70b9fe053f294d35613bb3127797.zip
Imported Upstream version 2.8.10.2upstream/2.8.10.2
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r--Source/cmQTWrapCPPCommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h
index 0184927c9..4863402e4 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
@@ -30,7 +30,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmQTWrapCPPCommand;
}
@@ -54,7 +54,7 @@ public:
{
return "Create Qt Wrappers.";
}
-
+
/**
* More documentation.
*/