summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/widgets/settings.cpp
blob: 4e4b7519129d79e2d6647beaaf2bea1b53b6451d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "settings.h"


Settings::Settings()
    : QObject(),
    m_scriptName(),
    m_outputFileName(),
    m_resultFormat(0),
    m_size(0,0),
    m_angle(0),
    m_listItemCount(200),
    m_options()
{
}

Settings::~Settings()
{
}