File indexing completed on 2024-10-06 06:39:15
0001 /* 0002 SPDX-FileCopyrightText: 2012 Ni Hui <shuizhuyuanluo@126.com> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef KENCODINGPROBERTEST_H 0008 #define KENCODINGPROBERTEST_H 0009 0010 #include <QObject> 0011 0012 class KEncodingProberTest : public QObject 0013 { 0014 Q_OBJECT 0015 private Q_SLOTS: 0016 void initTestCase(); 0017 void cleanupTestCase(); 0018 void cleanup(); 0019 void testReset(); 0020 void testProbe(); 0021 }; 0022 0023 #endif // KENCODINGPROBERTEST_H