forked from qt-creator/qt-creator
Change-Id: Iad3b8574a51db3baf6db74353e58968a2f6a4315 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
15 lines
341 B
C++
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
|