File indexing completed on 2024-04-21 04:56:32

0001 /*
0002  * SPDX-FileCopyrightText: 2014 Martin Klapetek <mklapetek@kde.org>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  *
0006  */
0007 
0008 #include "kaccountsdplugin.h"
0009 
0010 namespace KAccounts
0011 {
0012 
0013 KAccountsDPlugin::KAccountsDPlugin(QObject *parent, const QVariantList & /*args*/)
0014     : QObject(parent)
0015 {
0016 }
0017 
0018 KAccountsDPlugin::~KAccountsDPlugin()
0019 {
0020 }
0021 
0022 };