From f3371f010cdc6f5a34504d4c1c362d0c776cca60 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 20:43:39 +0100 Subject: corrected typo in slotImport --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index efbb6a0..eeafbbf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -928,7 +928,7 @@ void MainWindow::refreshKeysFromKeyserver() } KeyServerImportDialog *ksid = new KeyServerImportDialog(mCtx,mKeyList,this); - ksid->import(*mKeyList->getSelected()); + ksid->slotImport(*mKeyList->getSelected()); } -- cgit v1.2.3