summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/dir-in-include-path.h
blob: 29e1ad16895d2c2a50807aaa0274e5107b4dd5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef DIR_IN_INCLUDE_PATH_H
#define DIR_IN_INCLUDE_PATH_H
#include <Plugin>

class DirInIncludePath : public QObject, public MyInterface
{
    Q_OBJECT
    Q_INTERFACES(MyInterface)
};
#endif // DIR_IN_INCLUDE_PATH_H