Doc: Fix typo in the property system documentation

priorty -> priority

Task-number: QTBUG-28756
Change-Id: I79138f49db78ee6d1b96e44585ae4c1565920b18
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
bb10
Topi Reinio 2013-03-25 10:28:38 +01:00 committed by The Qt Project
parent 6786000790
commit 3eafd2e7d8
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
Suppose we have a class MyClass, which is derived from QObject and
which uses the Q_OBJECT macro in its private section. We want to
declare a property in MyClass to keep track of a priorty
declare a property in MyClass to keep track of a priority
value. The name of the property will be \e priority, and its type
will be an enumeration type named \e Priority, which is defined in
MyClass.