D15794: BUG: 395666

Anthony Fieroni noreply at phabricator.kde.org
Fri Sep 28 17:49:58 BST 2018


anthonyfieroni added a comment.


  Small nip-tick, +1 for the patch.

INLINE COMMENTS

> TerminalDisplay.cpp:3915
> +    const QMimeData *clipboardMimeData = QApplication::clipboard()->mimeData(QClipboard::Selection);
> +    if (clipboardMimeData != nullptr) {
> +        auto mimeData = new QMimeData();

Just make

  if (!clipboardMimeData) {
      return;
  }

REPOSITORY
  R319 Konsole

REVISION DETAIL
  https://phabricator.kde.org/D15794

To: ansraliant, #konsole, hindenburg
Cc: anthonyfieroni, ngraham, konsole-devel, herrold, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180928/75b7b8a3/attachment-0001.html>


More information about the konsole-devel mailing list