2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2022 The Qt Company Ltd.
|
2022-12-21 10:12:09 +01:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
2022-01-14 15:08:11 +01:00
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <QObject>
|
|
|
|
|
|
2024-01-19 13:48:39 +01:00
|
|
|
namespace ClangFormat::Internal {
|
2022-01-14 15:08:11 +01:00
|
|
|
|
2024-01-19 13:48:39 +01:00
|
|
|
QObject *createClangFormatTest();
|
2022-01-14 15:08:11 +01:00
|
|
|
|
2024-01-19 13:48:39 +01:00
|
|
|
} // ClangFormat::Internal
|