summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype3.cpp
blob: 95577e16da0b7cd0b4478d3d274492cfe33ebb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "tst_qmetatype.h"

#include <QtCore/private/qmetaobjectbuilder_p.h>


void tst_QMetaType::automaticTemplateRegistration_2()
{
    FOR_EACH_STATIC_PRIMITIVE_TYPE(
      PRINT_2ARG_TEMPLATE
    )
}