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

0001 /*
0002     SPDX-FileCopyrightText: 2020 Christoph Cullmann <cullmann@kde.org>
0003 
0004     SPDX-License-Identifier: MIT
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QObject>
0010 
0011 #include <urlinfo.h>
0012 
0013 class UrlInfoTest : public QObject
0014 {
0015     Q_OBJECT
0016 
0017 private Q_SLOTS:
0018     void someUrls();
0019     void someCursors();
0020     void urlWithColonAtStart();
0021     void nonExistingRelativePath();
0022 };