1/*
2 This file is part of the syndication library
3 SPDX-FileCopyrightText: 2019 Laurent Montel <montel@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#ifndef LOADERUTIL_H
9#define LOADERUTIL_H
10#include "syndication_private_export.h"
11#include <QUrl>
12namespace Syndication
13{
14namespace LoaderUtil
15{
16Q_REQUIRED_RESULT SYNDICATION_TESTS_EXPORT QUrl parseFeed(const QByteArray &data, const QUrl &url);
17}
18}
19
20#endif // LOADERUTIL_H
21

source code of syndication/src/loaderutil_p.h