Home
last modified time | relevance | path

Searched refs:mNoQuoteReplyAction (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dmessageactions.cpp66 , mNoQuoteReplyAction(new QAction(i18n("Reply Without &Quote..."), this)) in MessageActions()
110 ac->addAction(QStringLiteral("noquotereply"), mNoQuoteReplyAction); in MessageActions()
111 ac->setDefaultShortcut(mNoQuoteReplyAction, Qt::SHIFT | Qt::Key_R); in MessageActions()
112 connect(mNoQuoteReplyAction, &QAction::triggered, this, &MessageActions::slotNoQuoteReplyToMsg); in MessageActions()
356 mNoQuoteReplyAction->setEnabled(hasPayload); in updateActions()
360 mNoQuoteReplyAction->setEnabled(hasPayload); in updateActions()
H A Dmessageactions.h156 QAction *const mNoQuoteReplyAction; variable