Plasma-framework

plasma.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 <plasma/plasma.h>
8
9#include <QAction>
10#include <QApplication>
11#include <QMenu>
12
13#include "containment.h"
14
15namespace Plasma
16{
17Types::Types(QObject *parent)
18 : QObject(parent)
19{
20}
21
22Types::~Types()
23{
24}
25
26} // Plasma namespace
27
28#include "moc_plasma.cpp"
Namespace for everything in libplasma.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:54:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.