summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmetatype/declare_metatype_noninline.h
blob: 9fc4e5c76c3165feb31b6480933261fcb1e79baf (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 WITH Qt-GPL-exception-1.0

#ifndef DECLARE_METATYPE_NONINLINE_H
#define DECLARE_METATYPE_NONINLINE_H

#include <QtCore/qmetatype.h>

struct ToBeDeclaredMetaTypeNonInline {
    static int triggerRegistration();
};

#endif // DECLARE_METATYPE_NONINLINE_H