mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Added offline account icons.
This commit is contained in:
@@ -53,6 +53,14 @@ XmppAccount::~XmppAccount()
|
||||
delete m_xmppSipPlugin.data();
|
||||
}
|
||||
|
||||
QPixmap
|
||||
XmppAccount::icon() const
|
||||
{
|
||||
if ( connectionState() == Connected )
|
||||
return QPixmap( ":/xmpp-icon.png" );
|
||||
return QPixmap( ":/xmpp-offline-icon.png" );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
XmppAccount::authenticate()
|
||||
|
Reference in New Issue
Block a user