Oops
This commit is contained in:
parent
ff0591aecc
commit
40c4f1654b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue