diff options
author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-04-22 11:25:23 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@theqtcompany.com> | 2016-04-28 07:20:14 +0000 |
commit | d1f118d8b6811b08d2057e110dc24d3292736dd6 (patch) | |
tree | 4d228f723160f34d2e2136c6d8b68d194e1186e8 /src/dialogs/qquickplatformfontdialog.cpp | |
parent | f1db93bc3324b8ef222c9815ca38c08f97bc0b94 (diff) | |
download | qtquickcontrols-d1f118d8b6811b08d2057e110dc24d3292736dd6.tar.gz |
Doc: Rename conflicting group
A group name 'dialogs' conflicts with a page elsewhere in the
documentation. Renamed to be more specific, and removed the
\group command - it's not required for generating annotated
lists, and was not linked to.
Change-Id: I571702ece13d5eb57a984cec47811b7d58cc0121
Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/dialogs/qquickplatformfontdialog.cpp')
-rw-r--r-- | src/dialogs/qquickplatformfontdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qquickplatformfontdialog.cpp b/src/dialogs/qquickplatformfontdialog.cpp index 8b93fd1d..575de880 100644 --- a/src/dialogs/qquickplatformfontdialog.cpp +++ b/src/dialogs/qquickplatformfontdialog.cpp @@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE \instantiates QQuickPlatformFontDialog \inqmlmodule QtQuick.Dialogs \ingroup qtquick-visual - \ingroup dialogs + \ingroup qtquickdialogs \brief Dialog component for choosing a font. \since 5.2 |