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