summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-04 11:16:34 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-04 11:20:59 +0200
commit9564ee48e588c602057ee458acfe881385681cf3 (patch)
tree851d0e2276efeea6fc75aae131647a294cf1abdf /src/gui/kernel/qapplication_win.cpp
parenteebaf523b72fcc8802a8534cc7409f1475b7d3c5 (diff)
qapplication_win.cpp compile fix for Q_WS_WINCE_WM
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index 84edf1f667..729b791db7 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -2035,7 +2035,6 @@ LRESULT CALLBACK QtWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam
#endif
// Ignore the activate message send by WindowsXP to a minimized window
#ifdef Q_WS_WINCE_WM
- {
if (widget->windowState() & Qt::WindowFullScreen)
qt_wince_hide_taskbar(widget->winId());
#endif