wilder
Laurent Montel 6 years ago
parent 589416629e
commit f1fef4c70c
  1. 2
      src/editor/kmcomposerwin.cpp

@ -1920,7 +1920,7 @@ MessageComposer::ComposerViewBase::MissingAttachment KMComposerWin::userForgotAt
}
mComposerBase->setSubject(subject()); //be sure the composer knows the subject
MessageComposer::ComposerViewBase::MissingAttachment missingAttachments = mComposerBase->checkForMissingAttachments(KMailSettings::self()->attachmentKeywords());
const MessageComposer::ComposerViewBase::MissingAttachment missingAttachments = mComposerBase->checkForMissingAttachments(KMailSettings::self()->attachmentKeywords());
return missingAttachments;
}

Loading…
Cancel
Save