6#include "sieveactionstop.h"
7#include "editor/sieveeditorutil.h"
9#include <KLocalizedString>
11using namespace KSieveUi;
13SieveActionStop::SieveActionStop(SieveEditorGraphicalModeWidget *sieveGraphicalModeWidget,
QObject *parent)
14 : SieveAction(sieveGraphicalModeWidget, QStringLiteral(
"stop"),
i18n(
"Stop"), parent)
20 return QStringLiteral(
"stop;");
23QString SieveActionStop::help()
const
25 return i18n(
"The \"stop\" action ends all processing. If the implicit keep has not been cancelled, then it is taken.");
28QUrl SieveActionStop::href()
const
30 return SieveEditorUtil::helpUrl(SieveEditorUtil::strToVariableName(name()));
33#include "moc_sieveactionstop.cpp"
QString i18n(const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:30 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.