KTextAddons

textautogenerateengineplugin.cpp
1/*
2 SPDX-FileCopyrightText: 2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "textautogenerateengineplugin.h"
8
9using namespace TextAutogenerateText;
10class TextAutogenerateText::TextAutogenerateEnginePluginPrivate
11{
12 // TODO
13};
14
15TextAutogenerateEnginePlugin::TextAutogenerateEnginePlugin(QObject *parent)
16 : QObject{parent}
17 , d(new TextAutogenerateText::TextAutogenerateEnginePluginPrivate)
18{
19}
20
21TextAutogenerateEnginePlugin::~TextAutogenerateEnginePlugin() = default;
22
23#include "moc_textautogenerateengineplugin.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 18 2025 12:00:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.