X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fcreditsdialog.cpp;h=8e8d208aace2ff9500f7657a65ed6e8c3981596f;hp=eaba0f1537a319f5b4b28320b478f0bde154cb4a;hb=16f76b90231274365c45d9efa6d662a819ac525d;hpb=2a6a0120782a4f8dc096227be70f927745035569 diff --git a/Client/creditsdialog.cpp b/Client/creditsdialog.cpp index eaba0f1..8e8d208 100644 --- a/Client/creditsdialog.cpp +++ b/Client/creditsdialog.cpp @@ -1,17 +1,20 @@ /* * Credits Dialog * - * @author Rikhard Kuutti - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @author Rikhard Kuutti + * @author Toni Jussila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ #include "creditsdialog.h" #include "ui_creditsdialog.h" - #include #include +/** + * Constructor of this class. + */ CreditsDialog::CreditsDialog(QWidget *parent) : QDialog(parent), ui(new Ui::CreditsDialog) @@ -20,11 +23,17 @@ CreditsDialog::CreditsDialog(QWidget *parent) : this->setWindowTitle("Credits"); } +/** + * Destructor of this class. Should be used to release all allocated resources. + */ CreditsDialog::~CreditsDialog() { delete ui; } +/** + * + */ void CreditsDialog::changeEvent(QEvent *e) { QDialog::changeEvent(e);