aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/viewconfig.h
blob: 17e4df1a472ee456dc4fd8b98948724422c3ab17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

class ViewConfig
{
public:
    static bool isQuick3DMode();
    static void enableParticleView(bool enable);
    static bool isParticleViewMode();
};