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

#ifndef QWASMCSSSTYLE_H
#define QWASMCSSSTYLE_H

#include <QtCore/qglobal.h>

#include <emscripten/val.h>

QT_BEGIN_NAMESPACE

namespace QWasmCSSStyle {
emscripten::val createStyleElement(emscripten::val parent);
}

QT_END_NAMESPACE
#endif // QWASMINLINESTYLEREGISTRY_H