Pimcommon

genericplugin.h
1/*
2 SPDX-FileCopyrightText: 2015-2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "abstractgenericplugin.h"
10#include "pimcommon_export.h"
11namespace PimCommon
12{
13/**
14 * @brief The GenericPlugin class
15 * @author Laurent Montel <montel@kde.org>
16 */
17class PIMCOMMON_EXPORT GenericPlugin : public AbstractGenericPlugin
18{
20public:
21 explicit GenericPlugin(QObject *parent = nullptr);
22 ~GenericPlugin() override;
23};
24}
folderdialogacltab.h
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.