KIO

workerfactory.cpp
1/*
2 SPDX-FileCopyrightText: 2022 David Faure <faure@kde.org>
3 SPDX-License-Identifier: LGPL-2.0-or-later
4*/
5#include "workerfactory.h"
6
7namespace KIO
8{
9
10WorkerFactory::WorkerFactory(QObject *parent)
11 : QObject(parent)
12{
13}
14
15} // namespace KIO
16
17#include "moc_workerfactory.cpp"
A namespace for KIO globals.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.