This commit is contained in:
Patrick von Reth 2014-01-12 18:05:52 +01:00
parent a16e680bd5
commit 2475802a10
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void FreedesktopBackend::slotNotify ( Notification noti )
QStringList actions;
foreach(int k,noti.actions().keys())
{
actions << QString::number(k) << noti.actions()[k]->name();
actions << QString::number(k) << noti.actions()[k].name();
}
QVariantMap hints;
if(noti.icon().isValid())