[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdeconnect-kde] indicator: Use the device name as tooltip
From:       Albert Vaca <null () kde ! org>
Date:       2017-02-28 21:04:29
Message-ID: E1ciowf-0003eb-1y () code ! kde ! org
[Download RAW message or body]

Git commit 44aec35996394aed69f0db8122b5efb91b8f4d79 by Albert Vaca.
Committed on 28/02/2017 at 21:04.
Pushed by albertvaka into branch 'master'.

Use the device name as tooltip

M  +1    -1    indicator/deviceindicator.cpp

https://commits.kde.org/kdeconnect-kde/44aec35996394aed69f0db8122b5efb91b8f4d79

diff --git a/indicator/deviceindicator.cpp b/indicator/deviceindicator.cpp
index d0c8811..8f172eb 100644
--- a/indicator/deviceindicator.cpp
+++ b/indicator/deviceindicator.cpp
@@ -64,7 +64,7 @@ DeviceIndicator::DeviceIndicator(DeviceDbusInterface* device)
     , m_device(device)
 {
     setIcon(QIcon::fromTheme(device->iconName()));
-    setToolTip(device->type());
+    setToolTip(device->name());
 
     connect(device, SIGNAL(nameChanged(QString)), this, SLOT(setText(QString)));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic