Mailcommon
filteractionremoveheader.cpp
24 mParameterList << QString() << QStringLiteral("Reply-To") << QStringLiteral("Delivered-To") << QStringLiteral("X-KDE-PR-Message")
37 connect(comboBox, &KComboBox::currentIndexChanged, this, &FilterActionRemoveHeader::filterActionModified);
38 connect(comboBox->lineEdit(), &QLineEdit::textChanged, this, &FilterAction::filterActionModified);
Abstract base class for filter actions with a fixed set of string parameters.
Definition: filteractionwithstringlist.h:36
QString i18n(const char *text, const TYPE &arg...)
void textChanged(const QString &text)
void filterActionModified()
Called to notify that the current FilterAction has had some value modification.
InsertAtBottom
void setNeedsPayloadStore()
Marks that the item's payload has been changed and needs to be written back.
Definition: itemcontext.cpp:33
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
void currentIndexChanged(int index)
T payload() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:03:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:03:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.