From 6ce6b8a378b0d97ba950240ffb048a4b7e485235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Mon, 20 Jun 2011 13:29:26 +0200 Subject: Rename QWindowSurface -> QBackingStore and split into platform / public. Also get rid of GL window surface and related classes. --- src/gui/kernel/qwindow.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/kernel/qwindow.h') diff --git a/src/gui/kernel/qwindow.h b/src/gui/kernel/qwindow.h index 7910c3884c..cfd251fff0 100644 --- a/src/gui/kernel/qwindow.h +++ b/src/gui/kernel/qwindow.h @@ -69,7 +69,7 @@ class QWheelEvent; class QPlatformGLSurface; class QPlatformWindow; -class QWindowSurface; +class QBackingStore; class Q_GUI_EXPORT QWindow : public QObject { @@ -146,7 +146,6 @@ public: void destroy(); QPlatformWindow *handle() const; - QWindowSurface *surface() const; bool setKeyboardGrabEnabled(bool grab); bool setMouseGrabEnabled(bool grab); @@ -192,7 +191,6 @@ private: friend class QGuiApplication; friend class QGuiApplicationPrivate; - friend class QWindowSurface; friend Q_GUI_EXPORT QWindowPrivate *qt_window_private(QWindow *window); }; -- cgit v1.2.3