summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/fwdclass2.h
blob: 7f988aae43580e09f5da525c6eb1fb5359aaadce (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 WITH Qt-GPL-exception-1.0

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

class FwdClass2
{
public:
    int x;
};