File indexing completed on 2024-06-23 05:18:35

0001 /*
0002    SPDX-FileCopyrightText: 2017-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "plugineditorinit.h"
0008 
0009 using namespace MessageComposer;
0010 
0011 PluginEditorInit::PluginEditorInit(QObject *parent)
0012     : PluginEditorBase(parent)
0013 {
0014 }
0015 
0016 PluginEditorInit::~PluginEditorInit() = default;
0017 
0018 #include "moc_plugineditorinit.cpp"