summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/task192552.h
blob: aad545292f27bdaa8db680bf15b907d2712ca550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef TASK192552_H
#define TASK192552_H
/*
  <:: is not valid C++, but we want moc to treat it as < :: since this
  is usually the intention
 */

#include <qobject.h>

class Task192552 : public QObject
{
    Q_OBJECT
public:
#ifdef Q_MOC_RUN
    QList<::QObject*> m_objects;
#endif
};
#endif // TASK192552_H