1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-15 21:43:00 +02:00

* Added comment about odd crash.

This commit is contained in:
Christian Muehlhaeuser 2013-09-07 20:52:58 +02:00
parent 56211adbf1
commit b929ff7912

View File

@ -135,6 +135,7 @@ AvatarManager::onNewIq( const Jreen::IQ& iq )
m_cachedAvatars.append( avatarHash );
m_JidsAvatarHashes.insert( avatarHash, iq.from().bare() );
// 00:14:48 [0]: ASSERT: "!this->avatar( iq.from().bare() ).isNull()" in file /home/muesli/Sources/tomahawk/master/src/accounts/xmpp/sip/AvatarManager.cpp, line 138
Q_ASSERT( !this->avatar( iq.from().bare() ).isNull() );
emit newAvatar( iq.from().bare() );
}