Warning, file /frameworks/kcodecs/autotests/codectest.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: 2010 Thomas McGuire <mcguire@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 #ifndef CODECTEST_H 0007 #define CODECTEST_H 0008 0009 #include <QObject> 0010 0011 class CodecTest : public QObject 0012 { 0013 Q_OBJECT 0014 private Q_SLOTS: 0015 void testCodecs(); 0016 void testCodecs_data(); 0017 }; 0018 0019 #endif