mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 18:44:30 +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
|
||||
GoogleWrapperSip::showAddFriendDialog()
|
||||
|
@@ -51,6 +51,8 @@ public:
|
||||
GoogleWrapperSip( Tomahawk::Accounts::Account* account );
|
||||
virtual ~GoogleWrapperSip();
|
||||
|
||||
virtual QString inviteString() const;
|
||||
|
||||
public slots:
|
||||
void showAddFriendDialog();
|
||||
|
||||
|
@@ -194,7 +194,7 @@ XmppSipPlugin::~XmppSipPlugin()
|
||||
QString
|
||||
XmppSipPlugin::inviteString() const
|
||||
{
|
||||
return tr( "Enter Jabber or Google ID" );
|
||||
return tr( "Enter Jabber ID" );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user