put all context2d code into context2d directory
authorCharles Yin <charles.yin@nokia.com>
Mon, 18 Jul 2011 06:51:55 +0000 (16:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jul 2011 23:34:54 +0000 (01:34 +0200)
commit107bf9e570e4d7ce1eb38452c9a5473b2455d9c7
tree31dc2238a53e9878bdff04c983330eea5ce5382d
parentd7630a80bdd52c2439d4f1c5c8fb4e8e8c0ed931
put all context2d code into context2d directory

Change-Id: I38442c8d2bcb9f2dcaa433b6bcfd7dbc21439f63
Reviewed-on: http://codereview.qt.nokia.com/1907
Reviewed-by: Charles Yin <charles.yin@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/declarative/items/context2d/context2d.pri [new file with mode: 0644]
src/declarative/items/context2d/qsgcanvasitem.cpp [moved from src/declarative/items/qsgcanvasitem.cpp with 100% similarity]
src/declarative/items/context2d/qsgcanvasitem_p.h [moved from src/declarative/items/qsgcanvasitem_p.h with 100% similarity]
src/declarative/items/context2d/qsgcontext2d.cpp [moved from src/declarative/items/qsgcontext2d.cpp with 100% similarity]
src/declarative/items/context2d/qsgcontext2d_p.h [moved from src/declarative/items/qsgcontext2d_p.h with 100% similarity]
src/declarative/items/context2d/qsgcontext2d_p_p.h [moved from src/declarative/items/qsgcontext2d_p_p.h with 100% similarity]
src/declarative/items/items.pri
src/declarative/items/qsgcanvas.cpp