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