Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwasmservices.h
Go to the documentation of this file.
1
// Copyright (C) 2018 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4
#ifndef QWASMDESKTOPSERVICES_H
5
#define QWASMDESKTOPSERVICES_H
6
7
#include <qpa/qplatformservices.h>
8
9
QT_BEGIN_NAMESPACE
10
11
class
QWasmServices
:
public
QPlatformServices
12
{
13
public
:
14
bool
openUrl
(
const
QUrl
&
url
)
override
;
15
};
16
17
QT_END_NAMESPACE
18
19
#endif
// QWASMDESKTOPSERVICES_H
QPlatformServices
The QPlatformServices provides the backend for desktop-related functionality.
Definition
qplatformservices.h:35
QUrl
\inmodule QtCore
Definition
qurl.h:94
QWasmServices
Definition
qwasmservices.h:12
QWasmServices::openUrl
bool openUrl(const QUrl &url) override
Definition
qwasmservices.cpp:13
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
url
QUrl url("example.com")
[constructor-url-reference]
Definition
src_corelib_io_qurl.cpp:19
qtbase
src
plugins
platforms
wasm
qwasmservices.h
Generated by
1.9.7