display: change QMatrix to QTransform
authorJinhyung Jo <jinhyung.jo@samsung.com>
Wed, 5 Oct 2016 06:15:30 +0000 (15:15 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Thu, 6 Oct 2016 10:59:54 +0000 (19:59 +0900)
commit71d39cb8c22781add76c426664320be46225b042
treea340603ecb4ffbf18dfa569bc4950d3a0860ae2e
parentd9569bc324b6ae1dfa6fb63b7ab106faf12958cc
display: change QMatrix to QTransform

QMatrix class that we use for 2D transformation is obsolete.
QTransform is the recommended transformation class in Qt.

Change-Id: Ib4361575ac8fc519c4947ad927b3fa58b506a3a3
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/ui/mainwindow.cpp
tizen/src/ui/mainwindow.h
tizen/src/ui/qt5_supplement.cpp
tizen/src/ui/skinpainter.cpp