qt5base-lts/src/widgets
Jake Petroules f7eea69a2a Utilize the new Q_OS_MACX define.
All occurrences of `#if defined(Q_OS_MAC) && !defined(Q_OS_IOS)` have
been replaced with `#if defined(Q_OS_MACX)`.

Change-Id: I5055d9bd1845136beb8ed1c79a8f0f2c0897751a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-05-09 12:17:59 +02:00
..
accessible Accessibility: Fix crash when updating in dtor 2013-03-23 14:42:45 +01:00
dialogs Fix typos and style in QInputDialog's docs 2013-05-08 12:01:29 +02:00
doc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
effects Fix license headers stating QtGui for QtWidgets files. 2013-03-19 23:17:27 +01:00
graphicsview Fix tabFocusFirst when that item is removed from QGraphicsScene 2013-05-08 06:47:29 +02:00
itemviews Fixed applying invalid data from QLineEdit to model 2013-05-07 22:43:14 +02:00
kernel Utilize the new Q_OS_MACX define. 2013-05-09 12:17:59 +02:00
statemachine Fix license headers stating QtGui for QtWidgets files. 2013-03-19 23:17:27 +01:00
styles Utilize the new Q_OS_MACX define. 2013-05-09 12:17:59 +02:00
util remove dead declaration from QColorMap 2013-05-07 15:30:05 +02:00
widgets Remove references to inexisting enums in Q_ENUMS 2013-05-08 14:07:41 +02:00
Qt5WidgetsConfigExtras.cmake.in Don't calculate the install prefix again in the extra cmake files. 2013-02-13 01:14:42 +01:00
Qt5WidgetsMacros.cmake Create IMPORTED CMake targets for executables. 2012-07-25 13:59:15 +02:00
QtWidgets.dynlist Update dynlist file for QtWidgets 2013-03-18 17:11:03 +01:00
widgets.pro Enable bundling Qt in Android package in build system 2013-05-01 11:24:15 +02:00