aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/errormessage/tst_qmldomerrormessage.h
blob: f7d3a291b6b839fb5c6f4cdc28d2aba89ad84064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include <QtQmlDom/qqmldom_global.h>
#include <QtTest/QtTest>

QT_BEGIN_NAMESPACE
namespace QQmlJS {
namespace Dom {

class QMLDOM_EXPORT TestErrorMessage: public QObject
{
    Q_OBJECT
private slots:
  void testError();
};

} // Dom
} // QQmlJS
QT_END_NAMESPACE