mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
* Coding-style for PeerInfo.
This commit is contained in:
@@ -225,6 +225,7 @@ PeerInfo::contactId() const
|
|||||||
return d_func()->contactId;
|
return d_func()->contactId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const QString
|
const QString
|
||||||
PeerInfo::nodeId() const
|
PeerInfo::nodeId() const
|
||||||
{
|
{
|
||||||
@@ -240,6 +241,7 @@ PeerInfo::nodeId() const
|
|||||||
return d->sipInfos.first().nodeId();
|
return d->sipInfos.first().nodeId();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const QString
|
const QString
|
||||||
PeerInfo::key() const
|
PeerInfo::key() const
|
||||||
{
|
{
|
||||||
@@ -249,7 +251,6 @@ PeerInfo::key() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
PeerInfo::setStatus( PeerInfo::Status status )
|
PeerInfo::setStatus( PeerInfo::Status status )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user