1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Add missing emit

This commit is contained in:
Dominik Schmidt
2013-01-14 05:30:07 +01:00
parent 11569abdd7
commit 37882d5bcf

View File

@@ -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() );
}