File indexing completed on 2024-09-29 03:41:27
0001 /* 0002 This file is part of the syndication library 0003 SPDX-FileCopyrightText: 2019 Laurent Montel <montel@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #ifndef LOADERUTIL_H 0009 #define LOADERUTIL_H 0010 #include "syndication_private_export.h" 0011 #include <QUrl> 0012 namespace Syndication 0013 { 0014 namespace LoaderUtil 0015 { 0016 Q_REQUIRED_RESULT SYNDICATION_TESTS_EXPORT QUrl parseFeed(const QByteArray &data, const QUrl &url); 0017 } 0018 } 0019 0020 #endif // LOADERUTIL_H