File indexing completed on 2024-12-22 05:05:19

0001 // SPDX-FileCopyrightText: 2017 Christian Mollekopf <mollekopf@kolabsys.com>
0002 // SPDX-License-Identifier: LGPL-2.0-or-later
0003 
0004 #pragma once
0005 
0006 #include <QString>
0007 
0008 namespace MimeTreeParser
0009 {
0010 QString linkify(const QString &in);
0011 }