summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_qt_extract_metatypes/test_qt_extract_metatypes_project/testdata/MetaTypeEmptyWithComment.h
blob: 1c38ae2f5ee8a32f2ec009f945e34fa684063690 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#pragma once

#include <QObject>

class MetaType : public QObject
{
// Changes of no value to automoc
};