File indexing completed on 2024-05-19 05:21:42

0001 /* SPDX-FileCopyrightText: 2011 Torgny Nyblom <nyblom@kde.org>
0002 
0003    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004 */
0005 #pragma once
0006 
0007 #include <QObject>
0008 
0009 class TextUtilsTest : public QObject
0010 {
0011     Q_OBJECT
0012 public:
0013     explicit TextUtilsTest(QObject *parent = nullptr);
0014 
0015 private Q_SLOTS:
0016     void test_flowText_data();
0017     void test_flowText();
0018 };