mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
* Coding-style for PeerInfo.
This commit is contained in:
parent
a240d20d8e
commit
598a871891
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user