diff options
| author | Martin Talarczyk <talarczyk.martin@fh-swf.de> | 2015-09-29 22:35:19 +0200 |
|---|---|---|
| committer | Martin Talarczyk <talarczyk.martin@fh-swf.de> | 2015-09-29 22:36:41 +0200 |
| commit | 5e3a2b3c451240415a6472fab05de0e4a2f232e1 (patch) | |
| tree | af9bd0b26955d984ba2b439e17bbe788f55c1abc /mainwindow.h | |
| parent | 469c16a63c811c648e205d03905fa8db72b9c554 (diff) | |
| download | src-5e3a2b3c451240415a6472fab05de0e4a2f232e1.tar.gz src-5e3a2b3c451240415a6472fab05de0e4a2f232e1.zip | |
Fange Fehler ab, Korigiere Rechtschreibfehler
*try catch blöcke eingefügt.
*Rechtschreib fehler auf Gui koriegirt.
Diffstat (limited to 'mainwindow.h')
| -rw-r--r-- | mainwindow.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mainwindow.h b/mainwindow.h index 8607f25..b23db08 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -30,11 +30,14 @@ private slots: void on_pushButtonOpenFile_clicked(); - void on_actionImport_triggered(); + void on_actionClose_triggered(); + void on_actionCreateKeypair_triggered(); - void on_actionClose_triggered(); + void on_actionImport_triggered(); + + void on_actionExportMyKeypair_triggered(); void on_actionExportMyPublicKey_triggered(); |
