X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fsettingsdialog.h;h=b496c41fc4ca998ee27d1f4d7a1f1d3fe21caf4b;hp=de2174657ed3b07ba1569e0241f3cee973e12f77;hb=bcc66005bf90441851ae6fc3454be8bd6a0ad0f5;hpb=1ce63a09f942b9fa7e410251c4355baa56cfef59 diff --git a/Client/settingsdialog.h b/Client/settingsdialog.h index de21746..b496c41 100644 --- a/Client/settingsdialog.h +++ b/Client/settingsdialog.h @@ -1,3 +1,11 @@ +/* + * SettingsDialog class + * + * @author Olavi Pulkkinen + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H @@ -24,6 +32,11 @@ public: void setPassword(QString password); QString getUserName(); QString getPassword(); + void setLabelInfoToUser(QString infoText); + +signals: + void sendregistration(); + void userNameChanged(); protected: void changeEvent(QEvent *e);