[Interest] Q_WS_MAC sighting in Qt5.4

Thiago Macieira thiago.macieira at intel.com
Mon Dec 29 04:29:59 CET 2014


On Sunday 28 December 2014 17:58:27 glenn popelka wrote:
> I was browsing through qabstractitemview.cpp today and was surprised to
> find an instance of Q_WS_MAC in the code.
> 
>    pwd
>    /c/Qt5.4/5.4/Src/qtbase/src/widgets/itemviews
> 
>    grep Q_WS *
>    qabstractitemview.cpp:#ifdef Q_WS_MAC
>    qabstractitemview.cpp:#ifdef Q_WS_MAC
>    qabstractitemview.cpp:#ifndef Q_WS_MAC
>    qheaderview.cpp:#if !defined(Q_WS_MAC)
>    qtreeview.cpp:#if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC)
> 
>   Is this something to be worried about?

No, they were left behind intentionally.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list