merged with latest master before creating PR

This commit is contained in:
csoler 2015-12-04 21:24:51 -05:00
commit 9193d3579b
294 changed files with 13080 additions and 8470 deletions

View file

@ -50,7 +50,7 @@ class PopupDistantChatDialog: public PopupChatDialog
private:
QTimer *_update_timer ;
DistantChatPeerId _tunnel_id ;
QLabel *_status_label ;
QToolButton *_status_label ;
friend class ChatDialog;
};