Messagelib
10 #include "messageviewer_private_export.h"
12 #include <KMessageWidget>
14 namespace MessageViewer
16 class ScamDetectionWarningWidgetPrivate;
17 class MESSAGEVIEWER_TESTS_EXPORT ScamDetectionWarningWidget :
public KMessageWidget
21 explicit ScamDetectionWarningWidget(
QWidget *parent =
nullptr);
22 ~ScamDetectionWarningWidget()
override;
24 void setUseInTestApps(
bool b);
27 void slotShowWarning();
31 void moveMessageToTrash();
32 void messageIsNotAScam();
33 void addToWhiteList();
36 void slotShowDetails(
const QString &content);
37 void slotAddToWhiteList();
38 void slotDisableScamDetection();
39 void slotMessageIsNotAScam();
42 std::unique_ptr<ScamDetectionWarningWidgetPrivate>
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:08:18 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.