KIO

kiod_kpasswdserver.cpp
1/*
2 This file is part of the KDE libraries
3 SPDX-FileCopyrightText: 2015 Alex Richardson <arichardson.kde@gmail.com>
4
5 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
6*/
7
8#include "kpasswdserver.h"
9
10#include <KPluginFactory>
11
12K_PLUGIN_CLASS_WITH_JSON(KPasswdServer, "kpasswdserver.json")
13
14#include "kiod_kpasswdserver.moc"
#define K_PLUGIN_CLASS_WITH_JSON(classname, jsonFile)
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.