summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/fwdclass1.h
blob: eaaa7c380f7968e8a1871f159a143cc946eba05c (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 FWDCLASS1_H
#error "This file can only be included once"
#endif
#define FWDCLASS1_H

class FwdClass1
{
public:
    int x;
};