summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmeventdispatcher.h
blob: a28fa7263bc79fc06cfb38a7594f21309d22c08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef QWASMEVENTDISPATCHER_H
#define QWASMEVENTDISPATCHER_H

#include <QtCore/private/qeventdispatcher_wasm_p.h>

QT_BEGIN_NAMESPACE

class QWasmEventDispatcher : public QEventDispatcherWasm
{
protected:
    void processWindowSystemEvents(QEventLoop::ProcessEventsFlags flags) override;
};

QT_END_NAMESPACE

#endif