aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2013-11-08 15:40:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-09 10:42:30 +0100
commit040c835dca2fdf56d7ff37da8b72a52b69be0284 (patch)
treeaa07ae7fe7de6e6e579115b786ac7e765a866b61 /src/quick
parentc8616a55584b027f3330b2b6a1e34a4be91bb382 (diff)
Make QQuickWindow::forcePolish() private.
Adding public API was not the intention when adding this slot. Change-Id: If477917c434b32d5e5cd1fa6c640f1a6b167dd24 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquickwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickwindow.h b/src/quick/items/qquickwindow.h
index 9f31ee708a..5063b3b5db 100644
--- a/src/quick/items/qquickwindow.h
+++ b/src/quick/items/qquickwindow.h
@@ -143,7 +143,6 @@ Q_SIGNALS:
public Q_SLOTS:
void update();
- void forcePolish();
void releaseResources();
protected:
@@ -173,6 +172,7 @@ protected:
private Q_SLOTS:
void maybeUpdate();
void cleanupSceneGraph();
+ void forcePolish();
void setTransientParent_helper(QQuickWindow *window);
private: