KMyMoney Plugin API

viewinterface.cpp
1 /*
2  SPDX-FileCopyrightText: 2005 Thomas Baumgart <[email protected]>
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 "viewinterface.h"
16 
17 KMyMoneyPlugin::ViewInterface::ViewInterface(QObject* parent, const char* name)
18  : QObject(parent)
19 {
20  setObjectName(name);
21 }
22 
23 KMyMoneyPlugin::ViewInterface::~ViewInterface()
24 {
25 }
void setObjectName(const QString &name)
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.