File indexing completed on 2024-04-21 04:50:17

0001 /*
0002     SPDX-FileCopyrightText: 2016-2017 Leslie Zhai <lesliezhai@llvm.org.cn>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #ifndef K3B_DEVICE_GLOBALS_TEST_H
0007 #define K3B_DEVICE_GLOBALS_TEST_H
0008 
0009 #include <QObject>
0010 
0011 class DeviceGlobalsTest : public QObject
0012 {
0013     Q_OBJECT
0014 public:
0015     DeviceGlobalsTest();
0016 private slots:
0017     void testFrom2Byte();
0018     void testFrom4Byte();
0019 };
0020 
0021 #endif // K3B_DEVICE_GLOBALS_TEST_H