diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mainwindow.h b/mainwindow.h index 3257849..40af5c9 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -134,8 +134,9 @@ private slots: /** * @details upload the selected key to the keyserver */ - void slotUploadKeyToServer(); - + void slotUploadKeyToServer(); + void slotUploadKeyToServerReady(int result); + /** * @details start the wizard */ |