Warning, file /frameworks/kservice/autotests/kautostarttest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 This file is part of the KDE libraries 0003 SPDX-FileCopyrightText: 2006 Aaron Seigo <aseigo@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-only 0006 */ 0007 0008 #ifndef KAUTOSTARTTEST_H 0009 #define KAUTOSTARTTEST_H 0010 0011 #include <QObject> 0012 0013 class KAutostartTest : public QObject 0014 { 0015 Q_OBJECT 0016 private Q_SLOTS: 0017 void testStartDetection_data(); 0018 void testStartDetection(); 0019 void testStartInEnvDetection_data(); 0020 void testStartInEnvDetection(); 0021 void testStartphase_data(); 0022 void testStartphase(); 0023 void testStartName(); 0024 void testServiceRegistered(); 0025 void testRegisteringAndManipulatingANewService(); 0026 void testRemovalOfNewServiceFile(); 0027 }; 0028 0029 #endif // KAUTOSTARTTEST_H