From 3683ff96fa4a84a953ebebb0f453d3f977a67495 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Tue, 1 Jul 2014 01:00:07 +0200 Subject: Use bt icon for notifications --- daemon/manager.cpp | 3 +++ 1 file changed, 3 insertions(+) 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())); -- cgit v1.2.3