Warning, file /plasma/plasma-workspace/kcms/lookandfeel/kcmmain.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2014 Marco Martin <mart@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 #include "kcm.h"
0008 #include "lookandfeeldata.h"
0009 
0010 #include <KPluginFactory>
0011 
0012 K_PLUGIN_FACTORY_WITH_JSON(KCMLookandFeelFactory, "kcm_lookandfeel.json", registerPlugin<KCMLookandFeel>(); registerPlugin<LookAndFeelData>();)
0013 
0014 #include "kcmmain.moc"