summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/fwdclass2.h
blob: 588f5b4de37f1b4b94ca878ad0aab415e78d798e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2020 Olivier Goffart <ogoffart@woboq.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifdef FWDCLASS2_H
#error "This file can only be included once"
#endif
#define FWDCLASS2_H

class FwdClass2
{
public:
    int x;
};