X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fhttpclient.h;fp=Client%2Fhttpclient.h;h=f0eed3f3422d9b50617c91a4a9a9784d894aadaa;hb=59de9b60440202c309876b262006aae88c7fa5ec;hp=457f7b74d3dad3967889a1e9a1605ed2fdbd9b5f;hpb=286126ca275acfe9c4cb76053a82833f27b9ad13;p=speedfreak diff --git a/Client/httpclient.h b/Client/httpclient.h index 457f7b7..f0eed3f 100644 --- a/Client/httpclient.h +++ b/Client/httpclient.h @@ -52,6 +52,12 @@ public slots: void ackOfSendingPicture(); void errorFromServer(QNetworkReply::NetworkError); void sendProfileXml(); + void requestUserInfo(QString username); + void ackOfUserInfo(); + + void requestUsers(); + void ackOfUsers(); + void sendUsersInfo(QStringList* usersInfo); };