1
0
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:
Christian Muehlhaeuser 2014-08-12 20:15:47 +02:00
parent a240d20d8e
commit 598a871891

View File

@ -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 )
{