aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index a3eb85ea..4de1ba05 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -407,7 +407,7 @@ void KeyList::dragEnterEvent(QDragEnterEvent* event) {
void KeyList::import_keys(const QByteArray& in_buffer) {
auto result =
GpgKeyImportExporter::GetInstance().ImportKey(GFBuffer(in_buffer));
- (new KeyImportDetailDialog(result, this))->exec();
+ (new KeyImportDetailDialog(result, this));
}
void KeyList::slot_double_clicked(const QModelIndex& index) {