1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-08 10:02:29 +02:00

Fix build

This commit is contained in:
Jeff Mitchell 2011-04-05 21:14:32 -04:00
parent 69011e3f90
commit dc43452bfc

View File

@ -266,7 +266,7 @@ TwitterPlugin::connectTimerFired()
{
QHash< QString, QVariant > peerData = m_cachedPeers[screenName].toHash();
if ( Servent::instance()->connectedToSession( peerData["node"] ) )
if ( Servent::instance()->connectedToSession( peerData["node"].toString() ) )
{
peerData["lastseen"] = QDateTime::currentMSecsSinceEpoch();
m_cachedPeers[screenName] = peerData;