aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 19:43:39 +0000
committerNils Achtergarde <[email protected]>2017-12-30 19:43:39 +0000
commitf3371f010cdc6f5a34504d4c1c362d0c776cca60 (patch)
treee2834c27be3a0747d3951343c5e86af2b22fa45e
parentrecommitted added refresh keys from keyserver to keylist ed50d33d6837bc6adc25... (diff)
downloadgpg4usb-f3371f010cdc6f5a34504d4c1c362d0c776cca60.tar.gz
gpg4usb-f3371f010cdc6f5a34504d4c1c362d0c776cca60.zip
corrected typo in slotImport
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}