X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fcarmainwindow.h;h=a7c78571e2f59f097b13e1c9b94f52769d216540;hp=cc0904e3fc19c9b24f0f24f9d3b3e84646381af3;hb=d359e4d19b1a1cb68b8f602f243c68739e09a04c;hpb=7eddd25d4c909ac6938335e25f53594912cfbf07 diff --git a/Client/carmainwindow.h b/Client/carmainwindow.h index cc0904e..a7c7857 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -82,7 +82,7 @@ private: signals: void speedAchieved(); -void sendresult(); +void userNameChanged(); private slots: void on_pushButtonSendResult_clicked(); @@ -90,9 +90,8 @@ private slots: void on_manualStartButton_clicked(); void on_setUserPushButton_clicked(); void on_registratePushButton_clicked(); - void on_loginLogoutButton_clicked(); void on_comboBoxTopCategory_activated(QString ); - void on_pushButton_clicked(); + //void on_pushButton_clicked(); void networkResponse(QNetworkReply*); void on_comboBoxTopCategory_currentIndexChanged(QString category); //Top-tab view void on_listViewStartTabAccelerationCategories_clicked(QModelIndex index); //Start-tab view @@ -102,10 +101,13 @@ private slots: void on_autoStartButton_clicked(); //Start-tab view: button void registrate(); void sendXml(); - void ackOfResult(); - void ackOfRegistration(); + void requestTopList(); + void ackOfResult(QNetworkReply* reply); + void ackOfRegistration(QNetworkReply* reply); + void errorFromServer(QNetworkReply* reply); void after_timeout(); + void updateUserName(); }; #endif // CARMAINWINDOW_H