Skip to content

Commit

Permalink
Fix formatting of Qt word
Browse files Browse the repository at this point in the history
It is not a reference to the Qt namespace here.
  • Loading branch information
steveire committed Aug 22, 2019
1 parent c2abb87 commit 36a9f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dox/generictypes.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tt>Q_GADGET</tt> macro.
%Qt introspection based on Q_PROPERTY is the most convenient way to access properties on QObject derived type or types decorated with the <tt>Q_GADGET</tt> 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/<tt>Q_GADGET</tt> wrappers around all related classes.

Expand Down

0 comments on commit 36a9f23

Please sign in to comment.