File indexing completed on 2024-05-12 05:52:02

0001 /*
0002     SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
0003     SPDX-License-Identifier: LGPL-2.0-or-later
0004 */
0005 
0006 #pragma once
0007 
0008 #include <QObject>
0009 
0010 class KateApp;
0011 class KateViewSpace;
0012 class KateViewManager;
0013 
0014 class ByteArraySplitterTests : public QObject
0015 {
0016     Q_OBJECT
0017 
0018 public:
0019     using QObject::QObject;
0020 
0021 private Q_SLOTS:
0022     void test_data();
0023     void test();
0024 };