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

Fix build

This commit is contained in:
Jeff Mitchell 2011-04-05 21:14:32 -04:00
parent 47fb4f3b50
commit 17733fea1d

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;