Messagelib
10#include "messageviewer_export.h"
11#include "scamdetectioninfo.h"
14namespace MessageViewer
17class MESSAGEVIEWER_EXPORT ScamDetectionWhiteListSettingsManager :
public QObject
21 ~ScamDetectionWhiteListSettingsManager()
override;
22 static ScamDetectionWhiteListSettingsManager *self();
24 [[nodiscard]] QList<ScamDetectionInfo> scamDetectionInfoList()
const;
25 void setScamDetectionInfoList(
const QList<ScamDetectionInfo> &newScamDetectionInfoList);
28 explicit ScamDetectionWhiteListSettingsManager(QObject *parent =
nullptr);
29 MESSAGEVIEWER_NO_EXPORT
void loadSettings();
30 MESSAGEVIEWER_NO_EXPORT
void writeSettings();
31 QList<ScamDetectionInfo> mScamDetectionInfoList;
The ScamDetectionInfo class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:42 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.