X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fmainwindow.h;fp=Client%2Fmainwindow.h;h=94f093c95fe1f439e4a7fc1cf8151ba14bde83d5;hb=b6fc8202f51384f76be1c9e4fe073d738fde3389;hp=9a5854e292f6ac39398d81b828a5b9156779be46;hpb=b642f3c5f9269578b294fbf3fe8113799d94aea5;p=speedfreak diff --git a/Client/mainwindow.h b/Client/mainwindow.h index 9a5854e..94f093c 100644 --- a/Client/mainwindow.h +++ b/Client/mainwindow.h @@ -64,9 +64,9 @@ private: CustomButton* customButtonSettings; CustomButton* customButtonWWW; CustomButton* customButtonHelp; + CustomButton* customButtonUsers; -private slots: - void on_pushButtonUsers_clicked(); +private slots: void clientRequestCategoryList(); void clientRequestTopList(int index); void clientSendRoute(QString,QString,int); @@ -86,6 +86,7 @@ private slots: void OpenSettingsDialog(); void requestGetUserInfo(QString); void requestGetUsers(); + void openUsersDialog(); }; #endif // MAINWINDOW_H