Moving KWayland to frameworks
Kevin Ottens
ervin at kde.org
Thu Nov 5 10:10:49 UTC 2015
Hello,
On Thursday 05 November 2015 10:50:06 Martin Graesslin wrote:
> There are two things which make the move to frameworks difficult and I don't
> see a solution to it at the moment:
>
> 1. We require C++11 without exceptions: reason, it's designed for Linux and
> it didn't come to my mind to restrict us on the compiler due to lack of
> support in Visual Studio.
>
> 2. We use Qt 5.4.
>
> For item 1 I only see the possibility of adding an exception [1].
I personally don't like exceptions, it gets complex fast.
Now are you sure it is really problematic? To me it looks like you're using
almost exclusively features from the white list. It is probably just a matter
of s/nullptr/Q_NULLPTR/ and s/override/Q_DECL_OVERRIDE/ in your case.
Regards.
--
Kévin Ottens, http://ervin.ipsquad.net
KDAB - proud supporter of KDE, http://www.kdab.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20151105/c1a87e71/attachment.sig>
More information about the Kde-frameworks-devel
mailing list