summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:58:15 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:58:15 +0200
commit39b4adf08c6280507c4971b557f8d00822c3c899 (patch)
treec93dcb2abb55933d9c1159ca03367e4fa4767205 /mainwindow.cpp
parent7f9dd380285b1ff295d9cf299d01d69ed1811b1a (diff)
Fixed errors found by Doxygen
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index bc20d38b..1ad200e8 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1512,8 +1512,7 @@ void MainWindow::setApp(SingleApplication *app) {
}
/**
- * @brief MainWindow::messageAvailable we have some text/message/search to do .
- * .
+ * @brief MainWindow::messageAvailable we have some text/message/search to do.
* @param message
*/
void MainWindow::messageAvailable(QString message) {
@@ -1529,9 +1528,9 @@ void MainWindow::messageAvailable(QString message) {
}
/**
- * @brief MainWindow::setText do a search from an external source (eg:
- * commandline)
- * @param message
+ * @brief MainWindow::setText do a search from an external source
+ * (eg: commandline)
+ * @param text
*/
void MainWindow::setText(QString text) { ui->lineEdit->setText(text); }
@@ -1569,8 +1568,9 @@ QStringList MainWindow::getSecretKeys() {
}
/**
- * @brief Dialog::genKey internal gpg keypair generator . .
- * @param QString batch
+ * @brief MainWindow::generateKeyPair internal gpg keypair generator . .
+ * @param batch
+ * @param keygenWindow
*/
void MainWindow::generateKeyPair(QString batch, QDialog *keygenWindow) {
keygen = keygenWindow;