1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#pragma once
5
6namespace WTF {
7
8struct SuperSamplerScope {
9 SuperSamplerScope(bool) {}
10};
11
12}
13
14using WTF::SuperSamplerScope;
15

Provided by KDAB

Privacy Policy
Learn Advanced QML with KDAB
Find out more

source code of qtdeclarative/src/3rdparty/masm/stubs/SuperSampler.h