aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/SlowImport/slow.h
blob: e9f6341e5ae8a6a7b0148a519f345db7abb107fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 Canonical Limited and/or its subsidiary(-ies).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef SLOWSTUFF_H
#define SLOWSTUFF_H

#include <QObject>

class SlowStuff : public QObject
{
public:
    SlowStuff();
};

#endif