KMyMoney Plugin API

statementinterface.cpp
1/*
2 SPDX-FileCopyrightText: 2005 Thomas Baumgart <ipwizard@users.sourceforge.net>
3 SPDX-License-Identifier: GPL-2.0-or-later
4*/
5
6// ----------------------------------------------------------------------------
7// QT Includes
8
9// ----------------------------------------------------------------------------
10// KDE Includes
11
12// ----------------------------------------------------------------------------
13// Project Includes
14
15#include "statementinterface.h"
16
17KMyMoneyPlugin::StatementInterface::StatementInterface(QObject* parent, const char* name)
18 : QObject(parent)
19{
20 setObjectName(name);
21}
22
23KMyMoneyPlugin::StatementInterface::~StatementInterface()
24{
25}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:13 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.