mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Add warning when can't connect with wiimotedev dbus service
This commit is contained in:
parent
7d4e8d6add
commit
56c0c3807f
@ -48,6 +48,9 @@ void WiimotedevShortcuts::SetWiimotedevInterfaceActived(bool actived) {
|
||||
|
||||
connect(wiimotedev_iface_.get(), SIGNAL(dbusWiimoteGeneralButtons(uint,qulonglong)),
|
||||
this, SLOT(DbusWiimoteGeneralButtons(uint,qulonglong)));
|
||||
|
||||
if (!wiimotedev_iface_.get()->isValid())
|
||||
qWarning("Error connecting to the Wiimotedev-daemon DBUS service");
|
||||
}
|
||||
|
||||
if (!actived && wiimotedev_iface_)
|
||||
|
Loading…
x
Reference in New Issue
Block a user