summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 14:05:22 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 14:05:22 -0400
commit4c658a5bc5c5e763df54a9a23f41d2cc71345345 (patch)
treecf493f504549c28fac5deb7cb93d259dd9c41095 /Source/cmQTWrapUICommand.h
parentbb6203f9708fc107f73d5dbaa1ff014cb6eb13dd (diff)
downloadcmake-4c658a5bc5c5e763df54a9a23f41d2cc71345345.tar.gz
ENH: Add classname to commands
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r--Source/cmQTWrapUICommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index cf0046d629..ecfdaa7e4a 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -29,6 +29,7 @@
class cmQTWrapUICommand : public cmCommand
{
public:
+ cmTypeMacro(cmQTWrapUICommand, cmCommand);
/**
* This is a virtual constructor for the command.
*/