diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-15 14:19:57 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-15 14:19:57 (GMT) |
commit | 000bce884dacc774ef50a76714bc1e7d2687a90a (patch) | |
tree | d80f2e868e385be6c904f6885875a8fb134f3c26 /Source/cmQTWrapCPPCommand.h | |
parent | ed1ea24cef3551308865fb05d97a354b852fca6c (diff) | |
download | CMake-000bce884dacc774ef50a76714bc1e7d2687a90a.zip CMake-000bce884dacc774ef50a76714bc1e7d2687a90a.tar.gz CMake-000bce884dacc774ef50a76714bc1e7d2687a90a.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 6f3e95d..ad5740d 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -24,7 +24,8 @@ /** \class cmQTWrapCPPCommand * \brief Create moc file rules for QT classes * - * cmQTWrapCPPCommand is used to create wrappers for QT classes into normal C++ + * cmQTWrapCPPCommand is used to create wrappers for QT classes into + * normal C++ */ class cmQTWrapCPPCommand : public cmCommand { |