summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-18 00:30:12 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-18 00:30:12 +0200
commitcb848ef477ebc76ee2c10be71b9b756ee1aaee80 (patch)
tree424051dfe9b7ee30b36affc7101773acf9e6dbd9
parentd99ff70a6098a1d6fe47f96dbba0e49ebce1e951 (diff)
init passwordstore
-rw-r--r--dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dialog.cpp b/dialog.cpp
index 25a02710..5050fd43 100644
--- a/dialog.cpp
+++ b/dialog.cpp
@@ -496,6 +496,7 @@ void Dialog::wizard()
tr("Would you like to create a password-store at %1?").arg(passStore),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
QDir().mkdir(passStore);
+ mainWindow->userDialog(passStore);
}
}