aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.cpp
blob: 9ba1365d40d66b6b60e1d24d3548861e92f4104d (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 "imports.h"

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

Imports::~Imports()
{
}