Use the device name as tooltip
This commit is contained in:
parent
9d70774610
commit
44aec35996
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue