summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 23:21:09 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 23:21:09 +0200
commita481e70404902106a0356d223ee5e303b775d434 (patch)
tree060304da911c33991737691d60e27589b6bac60f
parentaa7b5eb10ba0bd024d972b2c0486d04e2362b98b (diff)
missing comment
-rw-r--r--mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index d9198efb..6964dfc3 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1162,6 +1162,10 @@ void MainWindow::destroyTrayIcon()
tray = NULL;
}
+/**
+ * @brief MainWindow::closeEvent
+ * @param event
+ */
void MainWindow::closeEvent(QCloseEvent *event)
{
if (hideOnClose) {
@@ -1171,3 +1175,4 @@ void MainWindow::closeEvent(QCloseEvent *event)
event->accept();
}
}
+