X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=blobdiff_plain;f=mainwindow.cc;fp=mainwindow.cc;h=89fb885b3358e35aebe934bf2578c075fa7cfcec;hp=ad44c8d6208ffc51f19d060502e55f14bac9dcd0;hb=d5bb30030db3f96b903382a8f862c76d73fdc2b2;hpb=b935a223648e5014d780856903a1b421c7e84398 diff --git a/mainwindow.cc b/mainwindow.cc index ad44c8d..89fb885 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -6,6 +6,9 @@ http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode #include "mainwindow.h" +/** + * \brief Main Window constructor. + */ MainWindow::MainWindow(QWidget * parent) : QWidget(parent) { tabWidget = new QTabWidget; conf = new ConfigTab(this); @@ -42,6 +45,9 @@ MainWindow::MainWindow(QWidget * parent) : QWidget(parent) { setLayout(mainLayout); } +/** + * \brief Main Window destructor. + */ MainWindow::~MainWindow() { delete conf; delete player;