Files
qt-creator/src/plugins/texteditor/plaintexteditorfactory.h
hjk 675e8a4757 TextEditor: Use new setup pattern for PlainTextEditorFactory
Change-Id: Iad3b8574a51db3baf6db74353e58968a2f6a4315
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
2024-01-29 06:41:41 +00:00

15 lines
341 B
C++

// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#include <texteditor/texteditor.h>
namespace TextEditor {
TEXTEDITOR_EXPORT BaseTextEditor *createPlainTextEditor();
namespace Internal { void setupPlainTextEditor(); }
} // TextEditor