mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
I wish Jreen would properly namespace their signals/slots.
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
#include <utils/tomahawkutilsgui.h>
|
#include <utils/tomahawkutilsgui.h>
|
||||||
#include "utils/logger.h"
|
#include "utils/logger.h"
|
||||||
|
|
||||||
|
using namespace Jreen;
|
||||||
|
|
||||||
SipPlugin*
|
SipPlugin*
|
||||||
JabberFactory::createPlugin( const QString& pluginId )
|
JabberFactory::createPlugin( const QString& pluginId )
|
||||||
@@ -232,7 +233,7 @@ JabberPlugin::connectPlugin( bool startup )
|
|||||||
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
|
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
|
||||||
|
|
||||||
if ( m_client->connection() )
|
if ( m_client->connection() )
|
||||||
connect(m_client->connection(), SIGNAL(error(Jreen::Connection::SocketError)), SLOT(onError(Jreen::Connection::SocketError)));
|
connect(m_client->connection(), SIGNAL(error(SocketError)), SLOT(onError(SocketError)));
|
||||||
|
|
||||||
m_state = Connecting;
|
m_state = Connecting;
|
||||||
emit stateChanged( m_state );
|
emit stateChanged( m_state );
|
||||||
|
Reference in New Issue
Block a user