aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-08-05 10:25:58 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-08-05 10:48:12 +0200
commit667652ddca50c8bd3d39a42ca3042eac1070b5b4 (patch)
tree3a6206648f56177374159fb00c8ce87241b528b7 /src/declarative/items/qsgcanvas_p.h
parent2a77a88cc2284506bacbe9116ea68432d93efd5d (diff)
Ported use of QInputContext to QPlatformInputContext for now
Change-Id: I2e0e62cffd04c3a096d1402028a9be92d8b0a27c Reviewed-on: http://codereview.qt.nokia.com/2677 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgcanvas_p.h')
-rw-r--r--src/declarative/items/qsgcanvas_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/items/qsgcanvas_p.h b/src/declarative/items/qsgcanvas_p.h
index b147bb3325..bb2c0f84ce 100644
--- a/src/declarative/items/qsgcanvas_p.h
+++ b/src/declarative/items/qsgcanvas_p.h
@@ -143,6 +143,9 @@ public:
void syncSceneGraph();
void renderSceneGraph(const QSize &size);
+ void updateInputContext();
+ void resetInputContext();
+
QSGItem::UpdatePaintNodeData updatePaintNodeData;
QSGItem *dirtyItemList;