View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

Originally Posted by kende View Post
Hullo,

<code>
QDBusInterface * interface = new QDBusInterface("org.bluez", m_path, "org.bluez.Adapter", *m_dbus);
connect(interface, SIGNAL(DeviceFound(QString, QVariantMap)), this, SLOT(slotDeviceFound(QString, QVariantMap)));
</code>

QDBusInterface doesn't have a signal called "DeviceFound". Which code are you referring to in Python? Any example?

Daniel