Skip to content

Commit

Permalink
Make QQuickWindow::forcePolish() private.
Browse files Browse the repository at this point in the history
Adding public API was not the intention when adding
this slot.

Change-Id: If477917c434b32d5e5cd1fa6c640f1a6b167dd24
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
  • Loading branch information
Morten Johan Sørvig authored and The Qt Project committed Nov 9, 2013
1 parent c8616a5 commit 040c835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/items/qquickwindow.h
Expand Up @@ -143,7 +143,6 @@ class Q_QUICK_EXPORT QQuickWindow : public QWindow

public Q_SLOTS:
void update();
void forcePolish();
void releaseResources();

protected:
Expand Down Expand Up @@ -173,6 +172,7 @@ public Q_SLOTS:
private Q_SLOTS:
void maybeUpdate();
void cleanupSceneGraph();
void forcePolish();
void setTransientParent_helper(QQuickWindow *window);

private:
Expand Down

0 comments on commit 040c835

Please sign in to comment.