aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/nameconflict.cpp
blob: b1fb21977bed818ff6539f6f6085f1904f0bbee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "nameconflict.h"
#include <QtCore/qobject.h>

#ifndef NAME_CONFLICT_FLAG // some dummy check
#    error "NAME_CONFLICT_FLAG must be defined for this test"
#endif

class TriggersMoc : public QObject
{
    Q_OBJECT
};

#include "nameconflict.moc"