diff options
author | Ubbo Veentjer <[email protected]> | 2017-12-31 00:32:47 +0000 |
---|---|---|
committer | Ubbo Veentjer <[email protected]> | 2017-12-31 00:32:47 +0000 |
commit | 5c7dfbe981005580f667b66557b541ce011ae5d3 (patch) | |
tree | ce27f24e9dea7c8cd45e64ea5eef570e98743599 /mainwindow.cpp | |
parent | fix npe (diff) | |
parent | recommit of dbe66cf033cf8b450b74e2e3fd510310169bce24 (minor changes for keydb... (diff) | |
download | gpg4usb-5c7dfbe981005580f667b66557b541ce011ae5d3.tar.gz gpg4usb-5c7dfbe981005580f667b66557b541ce011ae5d3.zip |
Merge branch 'master' of https://github.com/gpg4usb/gpg4usb
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 1a698ea..6e00eb9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -944,6 +944,7 @@ void MainWindow::slotOpenSettingsDialog() { QString preLang = settings.value("int/lang").toString(); + QString preKeydbPath = settings.value("gpgpaths/keydbpath").toString(); new SettingsDialog(mCtx, this); // Iconsize |