Make QQuickWindow::forcePolish() private.
authorMorten Johan Sørvig <morten.sorvig@digia.com>
Fri, 8 Nov 2013 14:40:30 +0000 (15:40 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 9 Nov 2013 09:42:30 +0000 (10:42 +0100)
Adding public API was not the intention when adding
this slot.

Change-Id: If477917c434b32d5e5cd1fa6c640f1a6b167dd24
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
src/quick/items/qquickwindow.h

index 9f31ee7..5063b3b 100644 (file)
@@ -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: