diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-08 13:19:52 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-08 13:19:52 -0500 |
| commit | 37aa5e07f473e0377ef59d6e2f53f7373b11aecd (patch) | |
| tree | 6ceefc40dd166c5d88f3f4cccdfb6274d8e445ad /src/selectiondialog.h | |
| parent | e4bacba282d273754d1791000d24db52275ac7e2 (diff) | |
Add some basic checks for symlinks
Diffstat (limited to 'src/selectiondialog.h')
| -rw-r--r-- | src/selectiondialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selectiondialog.h b/src/selectiondialog.h index 3c4b25df..5a70aa5e 100644 --- a/src/selectiondialog.h +++ b/src/selectiondialog.h @@ -52,6 +52,7 @@ public: QVariant getChoiceData();
QString getChoiceString();
+ QString getChoiceDescription();
void disableCancel();
|
