diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:12:03 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:12:58 (GMT) |
commit | 022fbe63eff2b6ddfba289b92bc52337defcb82f (patch) | |
tree | 74705e1c19bc2236a9f9f6746f0ae51fbd2f4531 /src/gui/kernel/qwidget_s60.cpp | |
parent | 6b8ac349b9a477863a8c8388dcc0658f3284bc54 (diff) | |
download | Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.zip Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.tar.gz Qt-022fbe63eff2b6ddfba289b92bc52337defcb82f.tar.bz2 |
Revert "Fixed a few compiler warnings from QtGui for Symbian."
Accidentally used git commit -a when should have used only git commit :(
This reverts commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5.
Diffstat (limited to 'src/gui/kernel/qwidget_s60.cpp')
-rw-r--r-- | src/gui/kernel/qwidget_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp index 07308d2..b0d405a 100644 --- a/src/gui/kernel/qwidget_s60.cpp +++ b/src/gui/kernel/qwidget_s60.cpp @@ -370,7 +370,7 @@ void QWidgetPrivate::create_sys(WId window, bool /* initializeWindow */, bool de control->MakeVisible(false); QT_TRAP_THROWING(control->ControlEnv()->AppUi()->AddToStackL(control, ECoeStackPriorityDefault, stackingFlags)); // Avoid keyboard focus to a hidden window. - control->setFocusSafely(false, false); + control->setFocusSafely(false); RDrawableWindow *const drawableWindow = control->DrawableWindow(); // Request mouse move events. |