SolidModules
bluez-bluetoothinputdevice.cpp File Reference
#include "bluez-bluetoothinputdevice.h"
#include <QtDBus>
#include <kdebug.h>
#include "bluez-bluetoothinputdevice.moc"
Include dependency graph for bluez-bluetoothinputdevice.cpp:

Go to the source code of this file.
Defines | |
#define | connectInputDeviceToThis(signal, slot) |
Define Documentation
#define connectInputDeviceToThis | ( | signal, | |||
slot | ) |
Value:
device->connection().connect("org.bluez", \ objectPath, \ "org.bluez.Input", \ signal, this, SLOT(slot))