D8897: VCS History dialog: show commit message with clickable urls & fixed font

Kevin Funk noreply at phabricator.kde.org
Sun Nov 19 16:56:46 UTC 2017


kfunk accepted this revision.
kfunk added a comment.
This revision is now accepted and ready to land.


  Very nice, thanks again!

INLINE COMMENTS

> vcseventwidget.cpp:231
> +    connect(d->m_ui->message, &QTextBrowser::anchorClicked,
> +            this, [&] (const QUrl& url) { QDesktopServices::openUrl(url); });
>  }

`[&]` -> `[]`

REPOSITORY
  R32 KDevelop

BRANCH
  showCommitMessageAsHtml

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

To: kossebau, #kdevelop, kfunk
Cc: kfunk, brauch, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20171119/0531596e/attachment-0001.html>


More information about the KDevelop-devel mailing list