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

0001 /*
0002  * This file is part of the Kate project.
0003  *
0004  * SPDX-FileCopyrightText: 2021 Héctor Mesa Jiménez <wmj.py@gmx.com>
0005  *
0006  * SPDX-License-Identifier: LGPL-2.0-or-later
0007  */
0008 
0009 #pragma once
0010 
0011 #include <QObject>
0012 
0013 class JsonUtilsTest : public QObject
0014 {
0015     Q_OBJECT
0016 
0017 private Q_SLOTS:
0018     void testMerge();
0019 };
0020 
0021 // kate: space-indent on; indent-width 4; replace-tabs on;