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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user