Warning, file /frameworks/ktexteditor/autotests/src/commands_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 SPDX-License-Identifier: LGPL-2.0-or-later 0003 */ 0004 0005 #ifndef COMMANDS_TEST_H 0006 #define COMMANDS_TEST_H 0007 0008 #include <QObject> 0009 0010 #include "script_test_base.h" 0011 0012 class CommandsTest : public ScriptTestBase 0013 { 0014 Q_OBJECT 0015 private Q_SLOTS: 0016 void initTestCase(); 0017 0018 void utils_data(); 0019 void utils(); 0020 }; 0021 0022 #endif // COMMANDS_TEST_H