summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 16:31:42 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 16:33:15 +0200
commit335b8a78cab1d6f58df2478ae2134795a27f50de (patch)
tree9b31f63b7107aac7ecc5e934eb8e3d64b9f8ae37 /mainwindow.h
parentf1357e3789fa4a7b21181f70a669aa8612878f30 (diff)
downloadsrc-335b8a78cab1d6f58df2478ae2134795a27f50de.tar.gz
src-335b8a78cab1d6f58df2478ae2134795a27f50de.zip
Korrigiere Rechtschreibung in MainWindow
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();
/**