aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.h
blob: 386cce9f4d2df43e2ac97598ba9632e31df6c8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef IMPORTS_H
#define IMPORTS_H

#include <QObject>

class Imports : public QObject
{
    Q_OBJECT

public:
    Imports(QObject *parent = nullptr);
    ~Imports();
};

#endif // IMPORTS_H