diff --git a/src/libtomahawk/sip/PeerInfo.cpp b/src/libtomahawk/sip/PeerInfo.cpp index 554d75a87..6bdafb575 100644 --- a/src/libtomahawk/sip/PeerInfo.cpp +++ b/src/libtomahawk/sip/PeerInfo.cpp @@ -182,7 +182,7 @@ PeerInfo::setStatus( PeerInfo::Status status ) // if we ever happen to have a central PeerInfo manager object // we better add it there, but so far this would be the only // usage - sipPlugin()->peerStatusChanged( weakRef().toStrongRef() ); + emit sipPlugin()->peerStatusChanged( weakRef().toStrongRef() ); }