On 21 January 2015 at 11:34, René J.V. <rjvber...@gmail.com> wrote:
> Q_WS_* macros are deprecated in Qt5, right? Are they still available, or does 
> the message below mean that numerous bits in Qt5 are equivalent to junk DNA?
> And if junk DNA, should it be cleaned out, or tested on a case-by-case basis 
> if in reality it ought to be activated??

They're never defined, so junk, but they can't just be removed. One
should check what they're actually wrapping -- if they were meant to
be Q_OS_*, or perhaps exposing functionality that has been lost when
porting to QPA, etc.

-- 
Giuseppe D'Angelo
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to