D8872: Use software backend for welcome page

Kevin Funk noreply at phabricator.kde.org
Fri Nov 17 18:55:28 UTC 2017


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


  LGTM, thanks a lot!

INLINE COMMENTS

> main.cpp:310
> +#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
> +    QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);
> +#endif

Please add a comment explaining why we're doing this, and probably point to bug 386527.

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

To: brauch, apol, mwolff, kfunk
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20171117/6af9a0ad/attachment.html>


More information about the KDevelop-devel mailing list