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

class FwdClass3
{
public:
    int x;
};