qt: fix closing process
authorMunkyu Im <munkyu.im@samsung.com>
Thu, 11 Jun 2015 11:00:34 +0000 (20:00 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 22 Jun 2015 05:27:50 +0000 (14:27 +0900)
commitf62c76df912cbf3fafadc46a90f05ed84cb5927a
tree25f1de878020bfcfca59599d9080f757cf3c1ed7
parent9d07f57d93aa802cbe7b5942d73e641d6a562fca
qt: fix closing process

delete all instances.
fix closing swapper thread.
notice: But with Qt, no QObject can be instantiated before QApplication.
QApplication sets up the proper environment. (e.g. mainwindow, uiInfo)

Change-Id: I9a14de855da52298becc9fa54ed904f5e7fd971c
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
tizen/src/display/qt5.c
tizen/src/display/qt5_supplement.cpp
tizen/src/display/qt5_supplement.h
tizen/src/ui/mainwindow.cpp