KPackage

packagestructure.cpp
1/*
2 SPDX-FileCopyrightText: 2011 Aaron Seigo <aseigo@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "packagestructure.h"
8#include "kpackage_debug.h"
9#include "packagejob.h"
10#include "private/package_p.h"
11
12namespace KPackage
13{
14PackageStructure::PackageStructure(QObject *parent, const QVariantList & /*args*/)
15 : QObject(parent)
16{
17 Q_UNUSED(d)
18}
19
20PackageStructure::~PackageStructure()
21{
22}
23
24void PackageStructure::initPackage(Package * /*package*/)
25{
26}
27
28void PackageStructure::pathChanged(Package * /*package*/)
29{
30}
31
32}
33
34#include "moc_packagestructure.cpp"
object representing an installed package
Definition package.h:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:56:09 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.