mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +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" );
|
return QPixmap( ":/google-account/gmail-logo.png" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GoogleWrapperSip::GoogleWrapperSip( Account* account )
|
GoogleWrapperSip::GoogleWrapperSip( Account* account )
|
||||||
: XmppSipPlugin( account )
|
: XmppSipPlugin( account )
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GoogleWrapperSip::~GoogleWrapperSip()
|
GoogleWrapperSip::~GoogleWrapperSip()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString
|
QString
|
||||||
GoogleWrapperSip::inviteString() const
|
GoogleWrapperSip::inviteString() const
|
||||||
{
|
{
|
||||||
@@ -106,6 +108,7 @@ GoogleWrapper::GoogleWrapper ( const QString& pluginID )
|
|||||||
m_offlinePixmap = QPixmap( ":/google-account/gmail-offline-logo.png" );
|
m_offlinePixmap = QPixmap( ":/google-account/gmail-offline-logo.png" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GoogleWrapper::~GoogleWrapper()
|
GoogleWrapper::~GoogleWrapper()
|
||||||
{
|
{
|
||||||
delete m_sipPlugin.data();
|
delete m_sipPlugin.data();
|
||||||
|
Reference in New Issue
Block a user