https://bugs.kde.org/show_bug.cgi?id=361985

--- Comment #1 from Mike <noeero...@gmail.com> ---
Changed my typedef from:
typedef QMap<QString,QDBusVariant> metamap;

to:
typedef QMap<QString,QVariant> metamap;

and changed an insert into the map from:
ret.insert("mpris:length", QString::number(m_zone->pnTrackDuration()*1000));

to:
ret.insert("mpris:length",
QVariant::fromValue((m_zone->pnTrackDuration()*1000)));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to