Changeset 64 for psi/trunk/src/mainwin.cpp
- Timestamp:
- Sep 22, 2006, 1:05:38 AM (19 years ago)
- File:
-
- 1 edited
-
psi/trunk/src/mainwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/mainwin.cpp
r57 r64 1088 1088 #endif 1089 1089 1090 #if defined(Q_WS_WIN) 1090 /// @todo (r=dmik) I don't fully understand what is this code good for, but 1091 // at least it doesn't do what it should (for example, if the roster window is 1092 // minimized, it won't be shown). Instead we use bringToFront() just like on 1093 // any other platform (the *fixed* version of bringToFront() seems to work ok). 1094 #if 0 && defined(Q_WS_WIN) 1091 1095 #include<windows.h> 1092 1096 void MainWin::showNoFocus() … … 1172 1176 void MainWin::showNoFocus() 1173 1177 { 1174 bringToFront(this); 1175 } 1176 1177 #endif 1178 #if defined(QT_ACCESSIBILITY_SUPPORT) 1179 QAccessible::updateAccessibility( this, 0, QAccessible::ObjectShow ); 1180 #endif 1181 bringToFront(this, false); 1182 } 1183 1184 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
