summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 02:26:16 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 02:26:16 +0200
commit4b9df93ff57dfd82f4ea96b2ee876b75d613e64e (patch)
tree90ad6a24cfd25ede0658e96c0dc2613963c54b14
parent45b7744e1eadbad557e7ac0a085c0164a0821159 (diff)
removed todo
-rw-r--r--dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog.cpp b/dialog.cpp
index e8ba9a99..8437244d 100644
--- a/dialog.cpp
+++ b/dialog.cpp
@@ -377,7 +377,6 @@ void Dialog::wizard()
QStringList names = mainWindow->getSecretKeys();
//qDebug() << names;
if (QFile(gpg).exists() && names.empty()) {
- // TODO have usable gpg id wizrd :P
KeygenDialog d(this);
d.exec();
}