File indexing completed on 2024-05-12 05:12:54

0001 /*
0002    SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 #include <QString>
0009 namespace Akregator
0010 {
0011 class Feed;
0012 namespace GrantleeUtil
0013 {
0014 [[nodiscard]] QString imageFeed(const Feed *feed);
0015 }
0016 }