Messagelib

templatestextedit.cpp
1/* SPDX-FileCopyrightText: 2011-2024 Laurent Montel <montel@kde.org>
2 *
3 * SPDX-License-Identifier: LGPL-2.0-or-later
4 */
5
6#include "templatestextedit.h"
7#include "templatestexteditor.h"
8
9using namespace TemplateParser;
10
11TemplatesTextEdit::TemplatesTextEdit(QWidget *parent)
12 : TextCustomEditor::PlainTextEditorWidget(new TemplatesTextEditor, parent)
13{
14}
15
16TemplatesTextEdit::~TemplatesTextEdit() = default;
17
18#include "moc_templatestextedit.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.