From a6875f4409bf575c1590fcaf295f9cacc9bdc0c5 Mon Sep 17 00:00:00 2001 From: Andreas Hartmetz Date: Thu, 14 Jan 2016 00:14:12 +0100 Subject: Preparations for re-rendering native text on DPI scaling changes. This makes only non-functional changes so the next patch can make mostly functional changes. QQuickText: rename q_imageLoaded() to q_updateLayout(). Says what it does, not when it is called. QQuickWindow: split QQuickWindow::forcePolish() into QQuickWindow::handleScreenChanged() and QQuickWindowPrivate::forcePolish(). Change-Id: Ief2ae30cd9f27ee8083b2c75765fb5278bde5ea8 Reviewed-by: Gunnar Sletta --- src/quick/items/qquickwindow_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quick/items/qquickwindow_p.h') diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h index e475c48b0a..623707140e 100644 --- a/src/quick/items/qquickwindow_p.h +++ b/src/quick/items/qquickwindow_p.h @@ -190,6 +190,7 @@ public: void cleanup(QSGNode *); void polishItems(); + void forcePolish(); void syncSceneGraph(); void renderSceneGraph(const QSize &size); -- cgit v1.2.3