Changeset 37629 in vbox
- Timestamp:
- Jun 24, 2011 12:46:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp
r36551 r37629 368 368 # if defined (Q_WS_X11) 369 369 /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional 370 * when this bug is fixed (xtracker 5167) */ 371 if (vboxGlobal().isKWinManaged()) 372 o |= QFileDialog::DontUseNativeDialog; 370 * when this bug is fixed (xtracker 5167). 371 * Apparently not necessary anymore (xtracker 5748)! */ 372 // if (vboxGlobal().isKWinManaged()) 373 // o |= QFileDialog::DontUseNativeDialog; 373 374 # endif 374 375 if (aDirOnly) … … 582 583 # if defined (Q_WS_X11) 583 584 /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional 584 * when this bug is fixed (xtracker 5167) */ 585 if (vboxGlobal().isKWinManaged()) 586 o |= QFileDialog::DontUseNativeDialog; 585 * when this bug is fixed (xtracker 5167) 586 * Apparently not necessary anymore (xtracker 5748)! */ 587 // if (vboxGlobal().isKWinManaged()) 588 // o |= QFileDialog::DontUseNativeDialog; 587 589 # endif 588 590 if (!aResolveSymlinks) … … 832 834 # if defined (Q_WS_X11) 833 835 /** @todo see http://bugs.kde.org/show_bug.cgi?id=210904, make it conditional 834 * when this bug is fixed (xtracker 5167) */ 835 if (vboxGlobal().isKWinManaged()) 836 o |= QFileDialog::DontUseNativeDialog; 836 * when this bug is fixed (xtracker 5167) 837 * Apparently not necessary anymore (xtracker 5748)! */ 838 // if (vboxGlobal().isKWinManaged()) 839 // o |= QFileDialog::DontUseNativeDialog; 837 840 # endif 838 841
Note:
See TracChangeset
for help on using the changeset viewer.