aboutsummaryrefslogtreecommitdiffstats
path: root/keyimportdetaildialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keyimportdetaildialog.cpp')
-rw-r--r--keyimportdetaildialog.cpp2
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()