X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fmainwindow.h;fp=Client%2Fmainwindow.h;h=9a5854e292f6ac39398d81b828a5b9156779be46;hb=59de9b60440202c309876b262006aae88c7fa5ec;hp=509809dc5cc958d053aaf46b9bfc3e783b0f8ecc;hpb=286126ca275acfe9c4cb76053a82833f27b9ad13;p=speedfreak diff --git a/Client/mainwindow.h b/Client/mainwindow.h index 509809d..9a5854e 100644 --- a/Client/mainwindow.h +++ b/Client/mainwindow.h @@ -27,6 +27,7 @@ #include "resultdialog.h" #include "helpdialog.h" #include "custombutton.h" +#include "usersdialog.h" namespace Ui { @@ -48,6 +49,7 @@ public: TopResultDialog *topResultDialog; HttpClient *httpClient; HelpDialog *helpDialog; + UsersDialog *usersDialog; protected: void changeEvent(QEvent *e); @@ -64,6 +66,7 @@ private: CustomButton* customButtonHelp; private slots: + void on_pushButtonUsers_clicked(); void clientRequestCategoryList(); void clientRequestTopList(int index); void clientSendRoute(QString,QString,int); @@ -81,6 +84,8 @@ private slots: void OpenWWWPage(); void OpenHelpDialog(); void OpenSettingsDialog(); + void requestGetUserInfo(QString); + void requestGetUsers(); }; #endif // MAINWINDOW_H