Warning, file /frameworks/plasma-framework/autotests/configmodeltest.h 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: 2016 David Rosca <nowrep@gmail.com> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 0007 #pragma once 0008 0009 #include <QTest> 0010 0011 namespace Plasma 0012 { 0013 class Applet; 0014 } 0015 0016 class ConfigModelTest : public QObject 0017 { 0018 Q_OBJECT 0019 0020 private Q_SLOTS: 0021 void configSchemeFromPackage(); 0022 void emptySourceWithApplet(); 0023 void notEmptySourceWithApplet(); 0024 };