mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
removed RTT statistics tab from VOIP plugin as it is already provided in Statistics
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
139d16a0e3
commit
7c4947fbfb
7 changed files with 1 additions and 530 deletions
|
@ -16,8 +16,6 @@ class VOIPPlugin: public RsPlugin
|
|||
virtual uint16_t rs_service_id() const { return RS_SERVICE_TYPE_VOIP_PLUGIN ; }
|
||||
virtual ConfigPage *qt_config_page() const ;
|
||||
virtual QDialog *qt_about_page() const ;
|
||||
virtual RsAutoUpdatePage *qt_transfers_tab() const ;
|
||||
virtual std::string qt_transfers_tab_name() const ;
|
||||
virtual ChatWidgetHolder *qt_get_chat_widget_holder(ChatWidget *chatWidget) const ;
|
||||
|
||||
virtual QIcon *qt_icon() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue