X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fhelpresultsdialog.cpp;fp=Client%2Fhelpresultsdialog.cpp;h=32bf1663c37ab2c2a2ef8e69190175f2ffc33200;hb=59a7180931986f4d9420f6b4f1beb85f078fd309;hp=415bcd1a0013259809c47bfb608b7580a74f609f;hpb=eb8665a8c4b6a15a9d5a9f5b348432293d171ae6;p=speedfreak diff --git a/Client/helpresultsdialog.cpp b/Client/helpresultsdialog.cpp index 415bcd1..32bf166 100644 --- a/Client/helpresultsdialog.cpp +++ b/Client/helpresultsdialog.cpp @@ -1,6 +1,18 @@ +/* + * Help result dialog + * + * @author Janne Änäkkälä + * @author Toni Jussila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #include "helpresultsdialog.h" #include "ui_helpresultsdialog.h" +/** + * Default constructor of this class. + */ HelpResultsDialog::HelpResultsDialog(QWidget *parent) : QDialog(parent), ui(new Ui::HelpResultsDialog) @@ -8,11 +20,17 @@ HelpResultsDialog::HelpResultsDialog(QWidget *parent) : ui->setupUi(this); } +/** + * Default destructor of this class. + */ HelpResultsDialog::~HelpResultsDialog() { delete ui; } +/** + * + */ void HelpResultsDialog::changeEvent(QEvent *e) { QDialog::changeEvent(e);