diff options
author | Fabien Freling <fabien.freling@nokia.com> | 2010-10-08 16:37:25 (GMT) |
---|---|---|
committer | Fabien Freling <fabien.freling@nokia.com> | 2010-10-08 16:37:59 (GMT) |
commit | 1966b88611bb45d18d586847eeb3597d6e022eb7 (patch) | |
tree | 0bba3169a8bc44761686fd967f1cb25e4beca97a /src/gui/kernel/qwidget.h | |
parent | 392ecc76cdbcef37ee492400a1b783106a37ad36 (diff) | |
download | Qt-1966b88611bb45d18d586847eeb3597d6e022eb7.zip Qt-1966b88611bb45d18d586847eeb3597d6e022eb7.tar.gz Qt-1966b88611bb45d18d586847eeb3597d6e022eb7.tar.bz2 |
Experimental support of the unified toolbar with
the raster engine on Mac OS X.
Task-number: QTBUG-12615
Reviewed-by: Samuel Rødal
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index 980f40f..81b3618 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -97,6 +97,8 @@ class QWindowSurface; class QLocale; class QGraphicsProxyWidget; class QGraphicsEffect; +class QRasterWindowSurface; +class QUnifiedToolbarSurface; #if defined(Q_WS_X11) class QX11Info; #endif @@ -758,6 +760,8 @@ private: friend OSViewRef qt_mac_nativeview_for(const QWidget *w); friend void qt_event_request_window_change(QWidget *widget); friend bool qt_mac_sendMacEventToWidget(QWidget *widget, EventRef ref); + friend class QRasterWindowSurface; + friend class QUnifiedToolbarSurface; #endif #ifdef Q_WS_QWS friend class QWSBackingStore; |