From 9564ee48e588c602057ee458acfe881385681cf3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 4 Sep 2009 11:16:34 +0200 Subject: qapplication_win.cpp compile fix for Q_WS_WINCE_WM Reviewed-by: TrustMe --- src/gui/kernel/qapplication_win.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp index 84edf1f..729b791 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 -- cgit v0.12