1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +02:00

* Fix compiling.

This commit is contained in:
Christian Muehlhaeuser 2011-09-12 10:46:48 +02:00
parent c626a161cd
commit 7609906994

View File

@ -21,6 +21,7 @@
#include "twitterconfigwidget.h"
#include <QtPlugin>
#include <QDateTime>
#include <QRegExp>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
@ -722,7 +723,7 @@ TwitterPlugin::makeConnection( const QString &screenName, const QVariantHash &pe
qDebug() << "TwitterPlugin asked to make connection to our own host and port, ignoring " << screenName;
return;
}
QString friendlyName = QString( '@' + screenName );
if ( !Servent::instance()->connectedToSession( peerData["node"].toString() ) )
Servent::instance()->connectToPeer( peerData["host"].toString(),