summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmservices.h
blob: 16d4ac517134ada4da2af52f710907c1eea4faf3 (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 QWASMDESKTOPSERVICES_H
#define QWASMDESKTOPSERVICES_H

#include <qpa/qplatformservices.h>

QT_BEGIN_NAMESPACE

class QWasmServices : public QPlatformServices
{
public:
    bool openUrl(const QUrl &url) override;
};

QT_END_NAMESPACE

#endif // QWASMDESKTOPSERVICES_H