aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvasitem.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-09 16:22:45 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-09 16:22:45 +1000
commit250763ffb5cef2173b80b0e67266c937850ff516 (patch)
tree1de5e73b20a714c2cd32565873e6f3712a699c0d /src/declarative/items/qsgcanvasitem.cpp
parent8bb487e60899382f0890fd675eb272d5cc562882 (diff)
parent2d16155bb8fef642ce6bb5cab7cb26b1289a1e6b (diff)
Merge branch 'qtquick2' into v8
Conflicts: src/declarative/qml/qml.pri
Diffstat (limited to 'src/declarative/items/qsgcanvasitem.cpp')
-rw-r--r--src/declarative/items/qsgcanvasitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/items/qsgcanvasitem.cpp b/src/declarative/items/qsgcanvasitem.cpp
index 2ceb118465..eddaf955a3 100644
--- a/src/declarative/items/qsgcanvasitem.cpp
+++ b/src/declarative/items/qsgcanvasitem.cpp
@@ -117,7 +117,6 @@ QDeclarativeV8Handle QSGCanvasItem::getContext(const QString &contextId)
void QSGCanvasItem::requestPaint()
{
- //Q_D(QSGCanvasItem);
//TODO:update(d->context->dirtyRect());
update();
}