doxygen comments
[aspt.git] / mainwindow.h
index df0a47f..1643cc2 100644 (file)
@@ -19,6 +19,11 @@ http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode
 #include "abouttab.h"
 #include "performance.h"
 
+/**
+ * \brief Main Window widget.
+ *
+ * Holds all tabs inside it.
+ */
 class MainWindow: public QWidget {
        Q_OBJECT
        QVBoxLayout *mainLayout;