mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 03:24:15 +02:00
Added separate invite strings for Google and generic XMPP.
This commit is contained in:
@@ -53,6 +53,12 @@ GoogleWrapperSip::~GoogleWrapperSip()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString
|
||||||
|
GoogleWrapperSip::inviteString() const
|
||||||
|
{
|
||||||
|
return tr( "Enter Google Address" );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
GoogleWrapperSip::showAddFriendDialog()
|
GoogleWrapperSip::showAddFriendDialog()
|
||||||
|
@@ -51,6 +51,8 @@ public:
|
|||||||
GoogleWrapperSip( Tomahawk::Accounts::Account* account );
|
GoogleWrapperSip( Tomahawk::Accounts::Account* account );
|
||||||
virtual ~GoogleWrapperSip();
|
virtual ~GoogleWrapperSip();
|
||||||
|
|
||||||
|
virtual QString inviteString() const;
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void showAddFriendDialog();
|
void showAddFriendDialog();
|
||||||
|
|
||||||
|
@@ -194,7 +194,7 @@ XmppSipPlugin::~XmppSipPlugin()
|
|||||||
QString
|
QString
|
||||||
XmppSipPlugin::inviteString() const
|
XmppSipPlugin::inviteString() const
|
||||||
{
|
{
|
||||||
return tr( "Enter Jabber or Google ID" );
|
return tr( "Enter Jabber ID" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user