File indexing completed on 2025-01-05 05:19:42
0001 /* 0002 SPDX-FileCopyrightText: 2023 Waqar Ahmed <waqar.17a@gmail.com> 0003 SPDX-License-Identifier: LGPL-2.0-or-later 0004 */ 0005 #pragma once 0006 0007 #include <QObject> 0008 0009 class FormatApplyTest : public QObject 0010 { 0011 Q_OBJECT 0012 private Q_SLOTS: 0013 void testFormatApply(); 0014 };