Fix extending example.
authorGunnar Sletta <gunnar.sletta@digia.com>
Tue, 12 Feb 2013 08:15:25 +0000 (09:15 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 12 Feb 2013 08:19:45 +0000 (09:19 +0100)
commit1e55fa7d4a9688274a097021d3f44e729f7d0a59
treeb9c558fc968efff45fc07966ac96944d8d997f2a
parent5b8f77970d4cd269ac459bc0cc88b7a3efe6c858
Fix extending example.

The antialiasing was broken due to wrong flag being used and that the
bounds were outside the texture and chapter 5 and 6 did not compile.

Change-Id: Ib7c4d8c276a3cc5583ff794e10ff539720857e0c
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
examples/quick/tutorials/extending/chapter1-basics/piechart.cpp
examples/quick/tutorials/extending/chapter2-methods/piechart.cpp
examples/quick/tutorials/extending/chapter3-bindings/piechart.cpp
examples/quick/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
examples/quick/tutorials/extending/chapter5-listproperties/piechart.cpp
examples/quick/tutorials/extending/chapter5-listproperties/pieslice.cpp
examples/quick/tutorials/extending/chapter6-plugins/piechart.cpp
examples/quick/tutorials/extending/chapter6-plugins/pieslice.cpp