Merge branch 'development/GPS'
[speedfreak] / Client / registration.h
index 87b049d..60906a9 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Registration 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 REGISTRATION_H
 #define REGISTRATION_H
 
@@ -19,6 +27,9 @@ public:
     QString getPassword();
     QString getEmail();
 
+signals:
+    void sendregistration();
+
 protected:
     void changeEvent(QEvent *e);