summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 30e61da..4ae6bb9 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -48,9 +48,9 @@ private slots:
*/
void on_pushButtonEncrypt_clicked();
/**
- * @brief Öfnete ein Datei.
- * öffnet DateiDialog für eine Klartext Datei.
- * Schreibt Dateipfart in lineEditFilePath(ChangeEvent).
+ * @brief Öffnet einen Dateidialog
+ * für eine Klartext Datei.
+ * Schreibt Dateipfad in lineEditFilePath(ChangeEvent).
*/
void on_pushButtonOpenFile_clicked();
/**