File indexing completed on 2025-01-05 04:49:42

0001 /*
0002    SPDX-FileCopyrightText: 2021-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 #pragma once
0007 
0008 #include <MessageViewer/ScamDetectionInfo>
0009 #include <QString>
0010 
0011 namespace ScamConfigureUtils
0012 {
0013 [[nodiscard]] QString convertEnumToString(MessageViewer::ScamDetectionInfo::ScamDetectionField flag);
0014 };