mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
Safety fix
This commit is contained in:
parent
0006acb408
commit
ef5f96c104
@ -713,6 +713,8 @@ void
|
||||
TwitterPlugin::fetchAvatar( const QString& screenName )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
if ( m_twitterAuth.isNull() )
|
||||
return;
|
||||
QTweetUserShow *userShowFetch = new QTweetUserShow( m_twitterAuth.data(), this );
|
||||
connect( userShowFetch, SIGNAL( parsedUserInfo( QTweetUser ) ), SLOT( avatarUserDataSlot( QTweetUser ) ) );
|
||||
userShowFetch->fetch( screenName );
|
||||
|
Loading…
x
Reference in New Issue
Block a user