diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 14:03:37 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 14:03:37 +0000 |
commit | 86b32d5476b1cddbfc896bfb88be3c045bb806a9 (patch) | |
tree | 6ab7601af0bc6e1bf3cbfa98f14e943ed05411de /keyimportdetaildialog.cpp | |
parent | set toolbuttonstyle for import from and for file cryption dropdown toolbutton (diff) | |
download | gpg4usb-86b32d5476b1cddbfc896bfb88be3c045bb806a9.tar.gz gpg4usb-86b32d5476b1cddbfc896bfb88be3c045bb806a9.zip |
replace show by exec for key import detail dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@785 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keyimportdetaildialog.cpp')
-rw-r--r-- | keyimportdetaildialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyimportdetaildialog.cpp b/keyimportdetaildialog.cpp index ad24ecc..e8bf451 100644 --- a/keyimportdetaildialog.cpp +++ b/keyimportdetaildialog.cpp @@ -47,7 +47,7 @@ KeyImportDetailDialog::KeyImportDetailDialog(GpgME::GpgContext* ctx, GpgImportIn this->setWindowTitle(tr("Key import details")); this->resize(QSize(600,300)); this->setModal(true); - this->show(); + this->exec(); } void KeyImportDetailDialog::createGeneralInfoBox() |