Implementd user name in window title
[speedfreak] / Client / loginwindow.h
index 51c5a2c..08fb43a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * LoginWindow 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 LOGINWINDOW_H
 #define LOGINWINDOW_H
 
@@ -28,6 +36,8 @@ private:
 private slots:
     void on_loginPushButton_clicked();
     void on_cancelPushButton_clicked();
+signals:
+    void userNameChanged();
 };
 
 #endif // LOGINWINDOW_H