1
0
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:
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; 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 )
{ {