X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Finstructionsdialog.cpp;h=958560558d8713ee8feb21c0894df8ee704f0983;hp=8358b575ab97e1e09b9e9af8aea8e0186cd81ebd;hb=d9a92767c3442a574f15f3d9050e109fea4b75ba;hpb=2c3102952d9d85f23b0e2fc5bb52bd5e6fc559f6 diff --git a/Client/instructionsdialog.cpp b/Client/instructionsdialog.cpp index 8358b57..9585605 100644 --- a/Client/instructionsdialog.cpp +++ b/Client/instructionsdialog.cpp @@ -2,6 +2,7 @@ * Instructions dialog for speedFreak project * * @author Rikhard Kuutti + * @author Toni Jussila * @copyright (c) 2010 Speed Freak team * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ @@ -9,6 +10,9 @@ #include "instructionsdialog.h" #include "ui_instructionsdialog.h" +/** + * Default constructor of this class. + */ InstructionsDialog::InstructionsDialog(QWidget *parent) : QDialog(parent), ui(new Ui::InstructionsDialog) @@ -17,11 +21,17 @@ InstructionsDialog::InstructionsDialog(QWidget *parent) : this->setWindowTitle("Help"); } +/** + * Default destructor of this class. + */ InstructionsDialog::~InstructionsDialog() { delete ui; } +/** + * + */ void InstructionsDialog::changeEvent(QEvent *e) { QDialog::changeEvent(e);