MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / clearMessage

Method clearMessage

plugins/FeedReader/gui/FeedReaderMessageWidget.cpp:617–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void FeedReaderMessageWidget::clearMessage()
618{
619 ui->msgTitle->clear();
620// ui->msgLink->clear();
621 ui->msgText->clear();
622 ui->msgTextSplitter->clear();
623 ui->attachmentLabel->clear();
624 ui->linkButton->setEnabled(false);
625 ui->msgText->show();
626 ui->pictureSplitter->hide();
627
628 ui->actionAttachmentCopyLinkLocation->setData(QVariant());
629 ui->actionAttachmentCopyLinkLocation->setEnabled(false);
630}
631
632void FeedReaderMessageWidget::updateCurrentMessage()
633{

Callers 1

findMethod · 0.80

Calls 2

clearMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected