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

class FwdClass3
{
public:
    int x;
};