aboutsummaryrefslogtreecommitdiffstats
path: root/keygendialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-06 22:03:58 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-06 22:03:58 +0000
commiteaa4e699ebe9739cb353751286006480413d5594 (patch)
tree81e4dc2b368db42aa569a6fe51c969de45494328 /keygendialog.cpp
parentshow keyring files in importkeyfromfile-dialog (diff)
downloadgpg4usb-eaa4e699ebe9739cb353751286006480413d5594.tar.gz
gpg4usb-eaa4e699ebe9739cb353751286006480413d5594.zip
fixed a lot of bugs, where app crached, when no tab is opened (liek save as, quote, undo, copy...) or when no key is selected (keydetails)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@602 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r--keygendialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp
index cad510a..20e08ff 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -35,7 +35,6 @@ KeyGenDialog::KeyGenDialog(GpgME::GpgContext *ctx, QWidget *parent)
void KeyGenDialog::generateKeyDialog()
{
-
nameLabel = new QLabel(tr("Name:"));
emailLabel = new QLabel(tr("E-Mailaddress::"));
commentLabel = new QLabel(tr("Comment:"));