summaryrefslogtreecommitdiffstats
path: root/tests/manual/chartdesigner/brushwidget.cpp
blob: cb041602652731e5e4cb527f206c82f7bc9c4be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "brushwidget.h"

BrushWidget::BrushWidget(QWidget *parent):QWidget(parent)
{


}

BrushWidget::~BrushWidget()
{

}