Version 0.3
[aspt.git] / abouttab.cc
index 7e7d500..7462f74 100644 (file)
@@ -6,21 +6,32 @@ http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode
 
 #include "abouttab.h"
 
+/**
+ * \brief About Tab constructor.
+ */
 AboutTab::AboutTab(QWidget *parent) : QWidget(parent) {
        init();
 }
 
+/**
+ * \brief About Tab destructor.
+ */
 AboutTab::~AboutTab() {
        delete label;
        delete mainLayout;
 }
 
+/**
+ * \brief About Tab initializer.
+ *
+ * Set some text into about tab.
+ */
 void AboutTab::init() {
        mainLayout = new QVBoxLayout;
        QString text;
        text = "<h3>Another SoccerProject Tool</h3>";
-       text += "v 0.2.7 | 23.12.2007<br><br>";
-       text += "johniez | <a href=\"http://aspt.johniez.com\">aspt homepage</a>";
+       text += "v 0.3.0 | 5.5.2019<br><br>";
+       text += "johniez | <a href=\"https://aspt.johniez.com\">aspt homepage</a>";
        text += "<hr>";
        text += "<b>" + tr("Translators") + ":</b><br>";
        text += "UniCool [RO]<br>";