Warning, file /frameworks/ktexteditor/autotests/src/configinterface_test.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: 2017 Dominik Haumann <dhaumann@kde.de> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #ifndef KATE_CONFIG_INTERFACE_TEST_H 0009 #define KATE_CONFIG_INTERFACE_TEST_H 0010 0011 #include <QObject> 0012 0013 class KateConfigInterfaceTest : public QObject 0014 { 0015 Q_OBJECT 0016 0017 public: 0018 KateConfigInterfaceTest(); 0019 ~KateConfigInterfaceTest() override; 0020 0021 private Q_SLOTS: 0022 void testDocument(); 0023 void testView(); 0024 }; 0025 0026 #endif // KATE_CONFIG_INTERFACE_TEST_H