Plasma5Support

plasma5support.cpp
1/*
2 SPDX-FileCopyrightText: 2005 Aaron Seigo <aseigo@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include <plasma5support/plasma5support.h>
8
9#include <QAction>
10#include <QMenu>
11
12namespace Plasma5Support
13{
14Types::Types(QObject *parent)
15 : QObject(parent)
16{
17}
18
19Types::~Types()
20{
21}
22
23} // Plasma5Support namespace
24
25#include "moc_plasma5support.cpp"
Namespace for everything in libplasma.
Definition datamodel.cpp:15
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.