diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-08 13:22:25 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-08 13:22:25 -0500 |
| commit | 2b213fe7ce4b75afd6f7d6418d3ccd2cf6f55070 (patch) | |
| tree | acf00d765ca1e98c20defa209ba2bd90bb256c6f /src/selectiondialog.cpp | |
| parent | d2a8890e74595b6e0ef5cd1532b3f11e02349905 (diff) | |
| parent | 4bfb1a0d7666cbde7b10f59feaccde0af723a9e1 (diff) | |
Merge branch 'Develop' into qt-5.13
Diffstat (limited to 'src/selectiondialog.cpp')
| -rw-r--r-- | src/selectiondialog.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/selectiondialog.cpp b/src/selectiondialog.cpp index 55728751..089760f9 100644 --- a/src/selectiondialog.cpp +++ b/src/selectiondialog.cpp @@ -79,6 +79,14 @@ QString SelectionDialog::getChoiceString() }
}
+QString SelectionDialog::getChoiceDescription()
+{
+ if (m_Choice == nullptr)
+ return QString();
+ else
+ return m_Choice->accessibleDescription();
+}
+
void SelectionDialog::disableCancel()
{
ui->cancelButton->setEnabled(false);
|
