Home
last modified time | relevance | path

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

/dports/net/messagelib/messagelib-21.12.3/templateparser/src/
H A Dcustomtemplates.h66 QIcon mReplyAllPix; variable
H A Dcustomtemplates.cpp68 mReplyAllPix = QIcon::fromTheme(QStringLiteral("mail-reply-all")); in CustomTemplates()
74 mUi->mType->addItem(mReplyAllPix, i18nc("Message->", "Reply to All")); in CustomTemplates()
168 item->setIcon(0, mReplyAllPix); in iconFromType()