File indexing completed on 2024-05-12 16:43:40

0001 /*
0002     This file is part of KMyMoney, A Personal Finance Manager f*or KDE
0003     SPDX-FileCopyrightText: 2014 Christian Dávid <christian-david@web.de>
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "onlinepluginextended.h"
0008 
0009 namespace KMyMoneyPlugin
0010 {
0011 
0012 OnlinePluginExtended::OnlinePluginExtended(QObject* parent, const char* name)
0013     : Plugin(parent, name),
0014       OnlinePlugin()
0015 {}
0016 
0017 }