Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwasmcssstyle.h
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QWASMCSSSTYLE_H
5#define QWASMCSSSTYLE_H
6
7#include <QtCore/qglobal.h>
8
9#include <emscripten/val.h>
10
11QT_BEGIN_NAMESPACE
12
13namespace QWasmCSSStyle {
14emscripten::val createStyleElement(emscripten::val parent);
15}
16
17QT_END_NAMESPACE
18#endif // QWASMINLINESTYLEREGISTRY_H
emscripten::val createStyleElement(emscripten::val parent)