File indexing completed on 2025-02-16 04:49:25
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 0009 #include "libkmailmarkdown_export.h" 0010 #include <QStringList> 0011 namespace MarkdownUtil 0012 { 0013 LIBKMAILMARKDOWN_EXPORT QStringList imagePaths(const QString &str); 0014 }