X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Finstructionsdialog.cpp;fp=Client%2Finstructionsdialog.cpp;h=958560558d8713ee8feb21c0894df8ee704f0983;hb=59a7180931986f4d9420f6b4f1beb85f078fd309;hp=8358b575ab97e1e09b9e9af8aea8e0186cd81ebd;hpb=eb8665a8c4b6a15a9d5a9f5b348432293d171ae6;p=speedfreak 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);