Browse Source

STYLE: QT -> Qt in the docs

Alex
pull/1/head
Alexander Neundorf 18 years ago
parent
commit
f13e25e67d
  1. 2
      Source/cmQTWrapCPPCommand.h
  2. 2
      Source/cmQTWrapUICommand.h

2
Source/cmQTWrapCPPCommand.h

@ -56,7 +56,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Create QT Wrappers.";
return "Create Qt Wrappers.";
}
/**

2
Source/cmQTWrapUICommand.h

@ -54,7 +54,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Create QT user interfaces Wrappers.";
return "Create Qt user interfaces Wrappers.";
}
/**

Loading…
Cancel
Save