Warning, file /network/konqueror/sidebar/test/konqsidebartest.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: 2001 Joseph Wenninger <jowenn@kde.org>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #include "konqsidebartest.h"
0007 
0008 extern "C"
0009 {
0010     Q_DECL_EXPORT void *create_konq_sidebartest(QWidget *parent, const QString &desktopname, const KConfigGroup &configGroup)
0011     {
0012         return new SidebarTest(parent, desktopname, configGroup);
0013     }
0014 }