diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-01 01:00:07 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-01 01:00:07 +0200 |
| commit | 3683ff96fa4a84a953ebebb0f453d3f977a67495 (patch) | |
| tree | 14be1ff150bb8430c6e7a345de40b4c3b43c0698 | |
| parent | a46ca25b3691caff077c225061e98b2da565422c (diff) | |
Use bt icon for notifications
| -rw-r--r-- | daemon/manager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/manager.cpp b/daemon/manager.cpp index cfa955b..7360736 100644 --- a/daemon/manager.cpp +++ b/daemon/manager.cpp @@ -29,6 +29,9 @@ Manager::Manager(watch::WatchConnector *watch, DBusConnector *dbus, VoiceCallMan connect(watch, SIGNAL(hangup()), SLOT(hangupAll())); connect(watch, SIGNAL(connectedChanged()), SLOT(onConnectedChanged())); + // Set BT icon for notification + notification.setImage("icon-system-bluetooth-device"); + if (btDevice.isValid()) { qDebug() << "BT local name:" << btDevice.name(); connect(dbus, SIGNAL(pebbleChanged()), SLOT(onPebbleChanged())); |
