Reduce QtWidgets dependencies in the Cocoa plugin.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Tue, 22 May 2012 10:00:29 +0000 (12:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 8 Jun 2012 11:00:03 +0000 (13:00 +0200)
commit2922f85e707ad086025149fdb7cb1e2608b9e7b2
tree3d3fd3a72ef788d71350e41c9b8d1914408df588
parent5fc8cc830e09bdf5f94762d9ed90fb2a417b00c6
Reduce QtWidgets dependencies in the Cocoa plugin.

b8246f08 added the new menus implementation which
removes one of the major QtWidget dependencies.

Continuing on the path to QtWidget-freedom this
commit removes the following:
- qmenu_mac.h/mm. Not used.
- FORMS += filedialog.ui. Not used.
- qt_strippedText from qaction.cpp. Duplicate.
- Misc stray includes.

What is left should be the dependencies needed by
the print engine implementation. These will be
handled at a later time.

Change-Id: I0cead4cdaddcebd402d30c6112f3e889d0f28740
Conflicts:
Reviewed-by: James Turner <james.turner@kdab.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/plugins/platforms/cocoa/cocoa.pro
src/plugins/platforms/cocoa/qcocoafiledialoghelper.mm
src/plugins/platforms/cocoa/qmacclipboard.mm
src/plugins/platforms/cocoa/qmenu_mac.h [deleted file]
src/plugins/platforms/cocoa/qmenu_mac.mm [deleted file]
src/plugins/platforms/cocoa/qpaintengine_mac.mm