controller: no need to handle ESC key on floating controller
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 12 May 2015 04:27:45 +0000 (13:27 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 12 May 2015 07:39:16 +0000 (16:39 +0900)
commit375528847d39f5fec6bb6894e8ef63b53945aec0
tree04a28217b0ed48c86e23504c7a56536688179dc4
parented4a07e79ff064ba3c7814188b1e1785c7a1d0d4
controller: no need to handle ESC key on floating controller

If the user presses the Esc key in a dialog, QDialog::reject()
will be called. And it will cause the floating controller to close.
But this operation is not necessary for the emulator.
So, we override it as empty function.

Change-Id: Iede48e36e5b28401aa937aa9c55985c81cb4fcea
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ui/controller/floatingcontroller.cpp
tizen/src/ui/controller/floatingcontroller.h