summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformeventloopintegration_qpa.h
blob: 73435661d0fcfeaae4360c35ccc424fafb866c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef QPLATFORMEVENTLOOPINTEGRATION_QPA_H
#define QPLATFORMEVENTLOOPINTEGRATION_QPA_H

#include <QtCore/qglobal.h>

QT_BEGIN_HEADER

QT_BEGIN_NAMESPACE

QT_MODULE(Gui)

class QPlatformEventLoopIntegration
{
public:
    virtual void processEvents( qint64 msec ) = 0;
    virtual void wakeup() = 0;
};

QT_END_NAMESPACE

QT_END_HEADER

#endif // QPLATFORMEVENTLOOPINTEGRATION_QPA_H