summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark/widgets/settings.cpp
blob: 4b0adffe5cfe37629401c10eafc801fdc531fbf5 (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

#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()
{
}