aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@digia.com>2014-03-10 15:26:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-12 12:11:29 +0100
commit4dd4d93664e32fd3bee0d02d825b4fd6cc60464d (patch)
treeb3c075b533e20e6d3681c4ba696c775c3e0bd716 /src/quick/items/qquickwindow_p.h
parentdf5beb8ecf86d9a3c1d9d2178fd1a873ce26dcd3 (diff)
QQuickWindow cleanup: Remove forceRendering flag
forceRendering was introduced for QQuickWidget, but QQuickWidget now has full control of when the rendering functions are called. It makes more sense to not call the QQuickRenderControl functions, than to set a flag on QQuickWidget that decides whether those functions have any effect. Change-Id: I69819b13000120c04cecd1a467c08e8df9330df8 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/quick/items/qquickwindow_p.h')
-rw-r--r--src/quick/items/qquickwindow_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 8b6073c30a..e78f00c22f 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -222,7 +222,6 @@ public:
uint lastWheelEventAccepted : 1;
bool componentCompleted : 1;
- bool forceRendering : 1;
QOpenGLFramebufferObject *renderTarget;
uint renderTargetId;