ping time display is working again

This commit is contained in:
Max-Wilhelm Bruker 2009-11-22 14:41:02 +01:00
parent 4fac0e5b5a
commit 6c93b1e9b7
5 changed files with 26 additions and 47 deletions

View file

@ -27,6 +27,7 @@ public:
void start(Client *_client);
void stop();
private slots:
void updatePingTime(int value, int max);
void gameJoined(Event_GameJoined *event);
void addChatChannelTab(const QString &channelName);
void processChatEvent(ChatEvent *event);