summaryrefslogtreecommitdiff
path: root/tizen
diff options
context:
space:
mode:
authorJinhyung Jo <jinhyung.jo@samsung.com>2016-10-05 15:22:40 +0900
committerJinhyung Jo <jinhyung.jo@samsung.com>2016-10-06 19:59:54 +0900
commit83b7cfac879b3acb26f9469ae31922b9f674ca7c (patch)
tree5b2da814cc668e829e635753fd5b5e013eb8baed /tizen
parent71d39cb8c22781add76c426664320be46225b042 (diff)
downloadqemu-83b7cfac879b3acb26f9469ae31922b9f674ca7c.tar.gz
qemu-83b7cfac879b3acb26f9469ae31922b9f674ca7c.tar.bz2
qemu-83b7cfac879b3acb26f9469ae31922b9f674ca7c.zip
screenshot: fix abnormal exit issue
If user close the emulator that have opened screenshot dialog, the emulator becomes abnormal termination. Change-Id: I0da1eac81ed575c8e1b13270246158a254ea4813 Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
Diffstat (limited to 'tizen')
-rw-r--r--tizen/src/ui/menu/screenshotdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tizen/src/ui/menu/screenshotdialog.cpp b/tizen/src/ui/menu/screenshotdialog.cpp
index 09b2759bbc..42505d07ae 100644
--- a/tizen/src/ui/menu/screenshotdialog.cpp
+++ b/tizen/src/ui/menu/screenshotdialog.cpp
@@ -275,6 +275,4 @@ void ScreenShotDialog::showEvent(QShowEvent *event)
ScreenShotDialog::~ScreenShotDialog()
{
qDebug("destroy screenshot dialog");
-
- win->getPopupMenu()->screenshotDialog = NULL;
}