1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

* Style fixes to GoogleWrapper.

This commit is contained in:
Christian Muehlhaeuser
2014-09-24 03:20:44 +02:00
parent d9e02fd598
commit adf129aede

View File

@@ -43,16 +43,18 @@ GoogleWrapperFactory::icon() const
return QPixmap( ":/google-account/gmail-logo.png" );
}
GoogleWrapperSip::GoogleWrapperSip( Account* account )
: XmppSipPlugin( account )
{
}
GoogleWrapperSip::~GoogleWrapperSip()
{
}
QString
GoogleWrapperSip::inviteString() const
{
@@ -106,6 +108,7 @@ GoogleWrapper::GoogleWrapper ( const QString& pluginID )
m_offlinePixmap = QPixmap( ":/google-account/gmail-offline-logo.png" );
}
GoogleWrapper::~GoogleWrapper()
{
delete m_sipPlugin.data();