diff options
Diffstat (limited to 'src/dialogs/qquickplatformfontdialog.cpp')
| -rw-r--r-- | src/dialogs/qquickplatformfontdialog.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dialogs/qquickplatformfontdialog.cpp b/src/dialogs/qquickplatformfontdialog.cpp index 46ad5eb8d..05500489c 100644 --- a/src/dialogs/qquickplatformfontdialog.cpp +++ b/src/dialogs/qquickplatformfontdialog.cpp @@ -246,7 +246,15 @@ QPlatformFontDialogHelper *QQuickPlatformFontDialog::helper() /*! \qmlproperty font FontDialog::font + The font which the user selected and accepted. +*/ + +/*! + \qmlproperty font FontDialog::currentFont + The font which the user selected. + + \since 5.3 */ QT_END_NAMESPACE |
