summaryrefslogtreecommitdiffstats
path: root/src/core/qchangearbiter.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-04-28 12:44:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-30 16:13:21 +0200
commite0ebadcf758e5129f378ec48cee7c2d40b019d6a (patch)
tree4281ee780edd33198e3653f626d7152d7158aaa2 /src/core/qchangearbiter.cpp
parent531c4255401ba4f96d1eb63baf19ae3cd9b57a21 (diff)
Transform updates synched with QChangeArbiter
Transform monitor changes of each of its AbstractTransform objects. On a change, it notifies the QChangeArbiter. The QChangeArbiter tells the associated RenderNode about the change. The RenderNode updates its localTransform matrix. Small typo correction appendTransform instead of appendTransfrom. Change-Id: I8613cda1b3c7b7211722f78585ac75736528f86a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/qchangearbiter.cpp')
-rw-r--r--src/core/qchangearbiter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/qchangearbiter.cpp b/src/core/qchangearbiter.cpp
index c3e1d3085..3331f6b0d 100644
--- a/src/core/qchangearbiter.cpp
+++ b/src/core/qchangearbiter.cpp
@@ -126,7 +126,6 @@ void QChangeArbiter::distributeQueueChanges(ChangeQueue *changeQueue)
void QChangeArbiter::syncChanges()
{
- //qDebug() << Q_FUNC_INFO;
QMutexLocker locker(&m_mutex);
Q_FOREACH (QChangeArbiter::ChangeQueue *changeQueue, m_changeQueues) {
distributeQueueChanges(changeQueue);