summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:35:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-09 22:35:29 +0200
commit21173555067b5f624081ec69b890819f762f34a2 (patch)
treee1d58dc3e8807ad7afc09619f1b1d1acc58e9892 /mainwindow.h
parent89fbf75dba8149876e855b7f50c34fafd73bdf7c (diff)
Updated docs
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 88679008..9f730e34 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -28,6 +28,13 @@ struct execQueueItem {
struct UserInfo;
+/*!
+ \class MainWindow
+ \brief The MainWindow class does way too much, not only is it a switchboard,
+ configuration handler and more, it's also the process-manager.
+
+ This class could really do with an overhaul.
+ */
class MainWindow : public QMainWindow {
Q_OBJECT