diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-04 09:16:34 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-04 09:20:59 (GMT) |
commit | 9564ee48e588c602057ee458acfe881385681cf3 (patch) | |
tree | 851d0e2276efeea6fc75aae131647a294cf1abdf | |
parent | eebaf523b72fcc8802a8534cc7409f1475b7d3c5 (diff) | |
download | Qt-9564ee48e588c602057ee458acfe881385681cf3.zip Qt-9564ee48e588c602057ee458acfe881385681cf3.tar.gz Qt-9564ee48e588c602057ee458acfe881385681cf3.tar.bz2 |
qapplication_win.cpp compile fix for Q_WS_WINCE_WM
Reviewed-by: TrustMe
-rw-r--r-- | src/gui/kernel/qapplication_win.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |