Youtube video and text (draft).
[speedfreak] / Client / settingsdialog.h
index de21746..b496c41 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * SettingsDialog class
+ *
+ * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+ * @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);