23#include "PlatformAdaptor_Abstract.h"
26class IONotificationPort;
60 IONotificationPort* m_notifyPort {
nullptr};
61 unsigned int m_addedIterator {0};
62 unsigned int m_removedIterator {0};
63 void setupIOKitNotifications();
64 static void deviceChanged(
void *refCon,
unsigned int iterator);
static Q_INVOKABLE Platform::PlatformAdaptor * platformAdaptor()
Pointer to appplication-wide static PlatformAdaptor instance.