diff options
Diffstat (limited to 'src/dialogs/qquickplatformmessagedialog.cpp')
| -rw-r--r-- | src/dialogs/qquickplatformmessagedialog.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dialogs/qquickplatformmessagedialog.cpp b/src/dialogs/qquickplatformmessagedialog.cpp index 07665fffe..c7b13c7ce 100644 --- a/src/dialogs/qquickplatformmessagedialog.cpp +++ b/src/dialogs/qquickplatformmessagedialog.cpp @@ -171,6 +171,12 @@ QT_BEGIN_NAMESPACE The corresponding handler is \c onReset. */ +/*! \qmlproperty StandardButton MessageDialog::clickedButton + + This property holds the button pressed by the user. Its value is + one of the flags set for the standardButtons property. +*/ + /*! \class QQuickPlatformMessageDialog \inmodule QtQuick.Dialogs |
