Changeset 11709
- Timestamp:
- 08/27/08 17:39:58 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r11707 r11709 3525 3525 return loopObject.result(); 3526 3526 3527 #elif defined Q_WS_X113527 #elif defined (Q_WS_X11) && (QT_VERSION < 0x040400) 3528 3528 3529 3529 /* Here is workaround for Qt4.3 bug with QFileDialog which crushes when … … 3703 3703 return loopObject.result(); 3704 3704 3705 #elif (defined Q_WS_X11 &&QT_VERSION < 0x040400)3705 #elif defined (Q_WS_X11) && (QT_VERSION < 0x040400) 3706 3706 3707 3707 /* Here is workaround for Qt4.3 bug with QFileDialog which crushes when 3708 * gets initial path as hidden directory if no hidden files are shown. 3708 * gets initial path as hidden directory if no hidden files are shown. 3709 3709 * See http://trolltech.com/developer/task-tracker/index_html?method=entry&id=193483 3710 3710 * for details */

