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:
parent
56211adbf1
commit
b929ff7912
@ -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() );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user