7#include "messageviewercheckbeforedeletingplugin.h"
9using namespace MessageViewer;
10class MessageViewer::MessageViewerCheckBeforeDeletingPluginPrivate
13 MessageViewerCheckBeforeDeletingPluginPrivate() =
default;
14 bool mIsEnabled =
true;
17MessageViewerCheckBeforeDeletingPlugin::MessageViewerCheckBeforeDeletingPlugin(
QObject *parent)
19 , d(new MessageViewer::MessageViewerCheckBeforeDeletingPluginPrivate)
23MessageViewerCheckBeforeDeletingPlugin::~MessageViewerCheckBeforeDeletingPlugin() =
default;
25void MessageViewerCheckBeforeDeletingPlugin::showConfigureDialog(
QWidget *parent)
31void MessageViewerCheckBeforeDeletingPlugin::setIsEnabled(
bool enabled)
33 d->mIsEnabled = enabled;
36bool MessageViewerCheckBeforeDeletingPlugin::isEnabled()
const
41#include "moc_messageviewercheckbeforedeletingplugin.cpp"
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.