Progress bar added to route dialog. Profile send to server disabled.
[speedfreak] / Client / httpclient.h
index 672a5a3..2c4bd84 100644 (file)
@@ -1,9 +1,11 @@
 /*
  * Http client Connects application to server.
  *
- * @author     Tiina Kivilinna-Korhola
- * @copyright  (c) 2010 Speed Freak team
- * license     http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @author      Tiina Kivilinna-Korhola
+ * @author      Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+ * @author      Toni Jussila   <toni.jussila@fudeco.com>
+ * @copyright   (c) 2010 Speed Freak team
+ * license      http://opensource.org/licenses/gpl-license.php GNU Public License
  */
 
 #ifndef HTTPCLIENT_H
@@ -30,6 +32,9 @@ private:
     MainWindow *myMainw;
     QNetworkAccessManager *netManager;
 
+signals:
+    void loginOK();
+
 public slots:
     void requestRegistration();
     void checkLogin();
@@ -43,7 +48,10 @@ public slots:
     void ackOfCategories();
     void ackOfToplist();
     void ackOfLogin();
+    bool ackOfProfile();
+    void ackOfSendingPicture();
     void errorFromServer(QNetworkReply::NetworkError);
+    void sendProfileXml();
 
 };