From 8cd7c9e29e75e60fd1beb45cc1c322fc25e1f20d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 23 Feb 2018 14:05:24 +0100 Subject: [PATCH] Remove theses tooltips in the readonly dialog --- messagecore/src/attachment/attachmentpropertiesdialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/messagecore/src/attachment/attachmentpropertiesdialog.cpp b/messagecore/src/attachment/attachmentpropertiesdialog.cpp index 56bd80e1..a866cb7b 100644 --- a/messagecore/src/attachment/attachmentpropertiesdialog.cpp +++ b/messagecore/src/attachment/attachmentpropertiesdialog.cpp @@ -199,11 +199,9 @@ void AttachmentPropertiesDialog::Private::populateWhatsThis() "message.

"); if (mReadOnly) { - uiReadOnly->mimeType->setWhatsThis(msgMimeType); uiReadOnly->size->setWhatsThis(msgSize); uiReadOnly->name->setWhatsThis(msgName); uiReadOnly->encoding->setWhatsThis(msgEncoding); - uiReadOnly->description->setWhatsThis(msgDescription); } else { ui->mimeType->setWhatsThis(msgMimeType); ui->size->setWhatsThis(msgSize); -- GitLab