From 2aae65d6f6c1ab3309e54437a339d1644088c5c8 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 10 Jan 2016 20:19:56 +0100 Subject: made instance-switching usable this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured --- src/selectiondialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/selectiondialog.h') diff --git a/src/selectiondialog.h b/src/selectiondialog.h index 43ba9767..3c4b25df 100644 --- a/src/selectiondialog.h +++ b/src/selectiondialog.h @@ -53,6 +53,8 @@ public: QVariant getChoiceData(); QString getChoiceString(); + void disableCancel(); + private slots: void on_buttonBox_clicked(QAbstractButton *button); -- cgit v1.3.1