diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 40af5c9..8ba5499 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -178,11 +178,13 @@ private slots: * @details Export checked keys to file. */ void slotExportKeyToFile(); + void slotExportKeyToFileReady(int result); /** * @details Export checked keys to clipboard. */ void slotExportKeyToClipboard(); + void slotExportKeyToClipboardReady(int result); /** * @details Append the selected keys to currently active textedit. |