This commit is contained in:
Albert Vaca 2013-08-20 13:50:55 +02:00
parent ff0591aecc
commit 40c4f1654b

View file

@ -47,7 +47,7 @@ bool PingPlugin::receivePackage(const NetworkPackage& np)
notification->setPixmap(KIcon("dialog-ok").pixmap(48, 48));
notification->setComponentData(KComponentData("kdeconnect", "kdeconnect"));
notification->setTitle(device()->name());
notification->setText(np->get<QString>("message","Ping!"));
notification->setText(np.get<QString>("message","Ping!"));
notification->sendEvent();
return true;