15#ifndef QAUTORESETEVENT_P_H
16#define QAUTORESETEVENT_P_H
18#include <QtCore/qglobal.h>
23# include "qautoresetevent_linux_p.h"
27using QAutoResetEvent = QAutoResetEventEventFD;
31#elif defined(Q_OS_WIN)
32# include "qautoresetevent_win32_p.h"
36using QAutoResetEvent = QAutoResetEventWin32;
40#elif defined(Q_OS_APPLE)
41# include "qautoresetevent_kqueue_p.h"
45using QAutoResetEvent = QAutoResetEventKQueue;
Combined button and popup list for selecting options.