summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmetatype/declare_metatype_noninline.h
blob: 8b2e34744c7574b41a727f3228a6d4861d20a0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz <marc.mutz@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef DECLARE_METATYPE_NONINLINE_H
#define DECLARE_METATYPE_NONINLINE_H

#include <QtCore/qmetatype.h>

struct ToBeDeclaredMetaTypeNonInline {
    static int triggerRegistration();
};

#endif // DECLARE_METATYPE_NONINLINE_H