mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-10 14:25:50 -05:00
Fixed utf8 characters in the transfer tab name of plugins.
Added Q_OBJECT to the VoipStatistics classes. Removed compiler warnings. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0d8f65d480
commit
30564fe6ad
5 changed files with 7 additions and 4 deletions
|
|
@ -30,6 +30,8 @@ class VoipStatisticsWidget ;
|
|||
|
||||
class VoipStatistics: public RsAutoUpdatePage, public Ui::VoipStatistics
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
VoipStatistics(QWidget *parent = NULL) ;
|
||||
~VoipStatistics();
|
||||
|
|
@ -49,6 +51,8 @@ class VoipStatistics: public RsAutoUpdatePage, public Ui::VoipStatistics
|
|||
|
||||
class VoipStatisticsWidget: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
VoipStatisticsWidget(QWidget *parent = NULL) ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue