diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-05-13 17:29:12 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-05-13 17:29:12 (GMT) |
commit | b60c4838f3a40609136c45e4832b50007dc2be37 (patch) | |
tree | 71fa5abec122f17a6e84fb63ff744034f63a8bfc /src/gui/kernel/qapplication_s60.cpp | |
parent | 3cd818783435ceb1314aba9a94f575ab52bd3d0f (diff) | |
download | Qt-b60c4838f3a40609136c45e4832b50007dc2be37.zip Qt-b60c4838f3a40609136c45e4832b50007dc2be37.tar.gz Qt-b60c4838f3a40609136c45e4832b50007dc2be37.tar.bz2 |
Less meat.
Diffstat (limited to 'src/gui/kernel/qapplication_s60.cpp')
-rw-r--r-- | src/gui/kernel/qapplication_s60.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp index c0b4dc5..8cf2f8f 100644 --- a/src/gui/kernel/qapplication_s60.cpp +++ b/src/gui/kernel/qapplication_s60.cpp @@ -1017,9 +1017,8 @@ void QApplication::s60HandleCommandL(int command) { switch (command) { case EEikCmdExit: - case EAknSoftkeyBack: case EAknSoftkeyExit: - qApp->exit(); + exit(); break; default: if (command >= SOFTKEYSTART && command <= SOFTKEYEND) { |