Files
qt-creator/src/plugins/texteditor/jsoneditor.h
hjk d4635d4389 TextEditor: Use new setup pattern for markdown and json editor
And remove the now-empty plugin pimpl.

Change-Id: Ie00b747a4a41bc6efc84ea43db81a71e8364df3d
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2024-01-29 14:22:22 +00:00

11 lines
237 B
C++

// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace TextEditor::Internal {
void setupJsonEditor();
} // TextEditor::Internal