aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Dummy/dummy.cpp
blob: 793191695d3decd59a0dee990cb6bf7614b7e37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "dummy.h"

Dummy::Dummy(QObject *parent):
    QObject(parent)
{
}

Dummy::~Dummy()
{
}