D8872: Use software backend for welcome page
Kevin Funk
noreply at phabricator.kde.org
Fri Nov 17 18:36:24 UTC 2017
kfunk accepted this revision.
kfunk added a comment.
This revision is now accepted and ready to land.
I like the idea.
The only problems I see is:
- This needs Qt 5.8 (should be ifdef'ed)
- This call should probably be moved into `main()`, even if that means linking `kdevelop` against Qt5::Quick. This static function call affects the whole application and if we're doing this too late other components may initialize a quick window using the OpenGL backend already. (Think of KCMs being implemented in QtQuick, etc.)
Opinions?
REPOSITORY
R32 KDevelop
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/08481291/attachment-0001.html>
More information about the KDevelop-devel
mailing list