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

class FwdClass1
{
public:
    int x;
};