29class NeardHelper :
public QObject
33 NeardHelper(QObject* parent = 0);
34 static NeardHelper *instance();
36 QtNfcPrivate::OrgFreedesktopDBusObjectManagerInterface *dbusObjectManager();
39 void tagFound(
const QDBusObjectPath&);
40 void tagRemoved(
const QDBusObjectPath&);
41 void recordFound(
const QDBusObjectPath&);
42 void recordRemoved(
const QDBusObjectPath&);
45 void interfacesAdded(
const QDBusObjectPath&, InterfaceList);
46 void interfacesRemoved(
const QDBusObjectPath&,
const QStringList&);
49 QtNfcPrivate::OrgFreedesktopDBusObjectManagerInterface *m_dbusObjectManager;