Home
last modified time | relevance | path

Searched refs:slotPasteAsQuotation (Results 1 – 5 of 5) sorted by relevance

/dports/mail/trojita/trojita-0.7/src/Gui/
H A DComposerTextEdit.h55 void slotPasteAsQuotation();
H A DComposerTextEdit.cpp56 connect(m_pasteQuoted, &QAction::triggered, this, &ComposerTextEdit::slotPasteAsQuotation); in ComposerTextEdit()
213 void ComposerTextEdit::slotPasteAsQuotation() in slotPasteAsQuotation() function in ComposerTextEdit
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/composer-ng/
H A Drichtextcomposercontroler.h89 void slotPasteAsQuotation();
H A Drichtextcomposercontroler.cpp786 void RichTextComposerControler::slotPasteAsQuotation() in slotPasteAsQuotation() function in RichTextComposerControler
H A Drichtextcomposeractions.cpp327 …tion, &QAction::triggered, d->composerControler, &RichTextComposerControler::slotPasteAsQuotation); in createActions()