Changeset 47040 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 8, 2013 1:40:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp
r47038 r47040 293 293 { 294 294 pPopupStack->setParent(pParent, 295 #if def Q_WS_X11296 /* Under X11 host*tool-window*:297 * 1. has no task-bar record as we want,298 * 2. do not rewoke activation/focuson show-event. */295 #if defined(Q_WS_WIN) || defined(Q_WS_X11) 296 /* Under Win and x11/KDE hosts *tool-window*: 297 * 1. has no task-bar record, 298 * 2. do not rewoke focus from current-window on show-event. */ 299 299 Qt::Tool 300 #else /* Q_WS_X11 */ 301 /* Under Mac host simple *window* is enough. 302 * Need to test under Win host... */ 300 #else /* Q_WS_WIN || Q_WS_X11 */ 301 /* Need to test under Mac host... */ 303 302 Qt::Window 304 303 #endif /* !Q_WS_X11 */
Note:
See TracChangeset
for help on using the changeset viewer.