Re: [PATCH 3/4] PreferencesDialog.cpp: store 'default_directory' in QSettings

2015-11-03 Thread Lubomir I. Ivanov
On 3 November 2015 at 19:03, Lubomir I. Ivanov wrote: > From: "Lubomir I. Ivanov" > > [PATCH 3/4] please, ignore the patch indexing: [PATCH 3/4] PreferencesDialog.cpp: store 'default_directory' in QSettings > [1/2] [PATCH 4/4] NSIS: add a couple of u

[PATCH 3/4] PreferencesDialog.cpp: store 'default_directory' in QSettings

2015-11-03 Thread Lubomir I. Ivanov
From: "Lubomir I. Ivanov" This is needed only on Windows, so that the uninstaller knows which directory to delete. Signed-off-by: Lubomir I. Ivanov --- desktop-widgets/preferences/preferencesdialog.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git a/desktop-widgets/preferences/prefer