blob: 52f50a5936cd153633f73a93a547be89b6d12356 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2023 Tasuku Suzuki
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace TextEditor::Internal {
void setupMarkdownEditor();
} // TextEditor::Internal
|