KMyMoney Plugin API

onlinepluginextended.cpp
1 /*
2 
3  SPDX-FileCopyrightText: 2014 Christian Dávid <[email protected]>
4  SPDX-FileCopyrightText: 2021 Dawid Wróbel <[email protected]>
5  SPDX-License-Identifier: GPL-2.0-or-later
6 */
7 
8 #include "onlinepluginextended.h"
9 
10 namespace KMyMoneyPlugin {
11 
12 OnlinePluginExtended::OnlinePluginExtended(QObject* parent, const KPluginMetaData& metaData, const QVariantList& args)
13  : Plugin(parent, metaData, args)
14  ,
15  OnlinePlugin()
16 {
17 }
18 
19 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:48:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.