Doc: Fix typo in examplecategory command
This resolves (qdoc) warning: Unknown command '\examplecateogry' Pick-to: 6.6 6.5 Change-Id: I52c417bde49ce52089da485d6144f64d636f5a3b Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>bb10
parent
294fd9af6d
commit
c3171938c3
|
|
@ -4,7 +4,7 @@
|
|||
/*!
|
||||
\example widgets/lineedits
|
||||
\title Line Edits Example
|
||||
\examplecateogry {User Interface Components}
|
||||
\examplecategory {User Interface Components}
|
||||
\ingroup examples-widgets
|
||||
\brief The Line Edits example demonstrates the many ways that QLineEdit
|
||||
can be used, and shows the effects of various properties and validators
|
||||
|
|
|
|||
Loading…
Reference in New Issue