KIO

kabstractfileitemactionplugin.cpp
1 /*
2  This file is part of the KDE project
3  SPDX-FileCopyrightText: 2010 Sebastian Trueg <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
6 */
7 
8 #include "kabstractfileitemactionplugin.h"
9 
10 KAbstractFileItemActionPlugin::KAbstractFileItemActionPlugin(QObject *parent)
11  : QObject(parent)
12 {
13 }
14 
15 KAbstractFileItemActionPlugin::~KAbstractFileItemActionPlugin()
16 {
17 }
18 
19 #include "moc_kabstractfileitemactionplugin.cpp"
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 28 2023 03:52:49 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.