Fixed Status Label on Distant Chat

This commit is contained in:
defnax 2015-09-02 13:06:15 +02:00
parent 4006b08093
commit 3d6e9783f6
2 changed files with 10 additions and 7 deletions

View file

@ -49,7 +49,7 @@ class PopupDistantChatDialog: public PopupChatDialog
private:
QTimer *_update_timer ;
RsGxsId _pid ;
QLabel *_status_label ;
QToolButton *_status_label ;
friend class ChatDialog;
};