From 36a9f23e0f0faaa855994c9ecb60f713446af472 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 22 Aug 2019 22:46:19 +0100 Subject: [PATCH] Fix formatting of Qt word It is not a reference to the Qt namespace here. --- dox/generictypes.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dox/generictypes.dox b/dox/generictypes.dox index 975f437f..1306f8eb 100644 --- a/dox/generictypes.dox +++ b/dox/generictypes.dox @@ -8,7 +8,7 @@ namespace Grantlee @section generic_types Generic type support %Grantlee offers powerful support for using any type or container in a QVariant as part of the Context. - Qt introspection based on Q_PROPERTY is the most convenient way to access properties on QObject derived type or types decorated with the Q_GADGET macro. + %Qt introspection based on Q_PROPERTY is the most convenient way to access properties on QObject derived type or types decorated with the Q_GADGET macro. However, sometimes it is necessary to use classes which do can't have Q_PROPERTY macros (perhaps because they are defined in third-party headers) and where it would not be practical to create QObject/Q_GADGET wrappers around all related classes.