mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Style cleanups.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
using namespace Tomahawk;
|
||||
using namespace Accounts;
|
||||
|
||||
|
||||
ZeroconfPlugin::ZeroconfPlugin ( ZeroconfAccount* parent )
|
||||
: SipPlugin( parent )
|
||||
, m_zeroconf( 0 )
|
||||
@@ -44,7 +45,11 @@ ZeroconfPlugin::ZeroconfPlugin ( ZeroconfAccount* parent )
|
||||
connect( &m_advertisementTimer, SIGNAL( timeout() ), this, SLOT( advertise() ) );
|
||||
}
|
||||
|
||||
ZeroconfPlugin::~ZeroconfPlugin() {}
|
||||
|
||||
ZeroconfPlugin::~ZeroconfPlugin()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
const QString
|
||||
ZeroconfPlugin::name() const
|
||||
@@ -52,24 +57,28 @@ ZeroconfPlugin::name() const
|
||||
return QString( MYNAME );
|
||||
}
|
||||
|
||||
|
||||
const QString
|
||||
ZeroconfPlugin::accountName() const
|
||||
{
|
||||
return QString( MYNAME );
|
||||
}
|
||||
|
||||
|
||||
const QString
|
||||
ZeroconfPlugin::serviceName() const
|
||||
{
|
||||
return QString( MYNAME );
|
||||
}
|
||||
|
||||
|
||||
const QString
|
||||
ZeroconfPlugin::friendlyName() const
|
||||
{
|
||||
return QString( MYNAME );
|
||||
}
|
||||
|
||||
|
||||
Account::ConnectionState
|
||||
ZeroconfPlugin::connectionState() const
|
||||
{
|
||||
|
@@ -38,7 +38,6 @@ PortFwdThread::PortFwdThread( unsigned int port )
|
||||
|
||||
PortFwdThread::~PortFwdThread()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user