VirtualBox

Changeset 11709

Show
Ignore:
Timestamp:
08/27/08 17:39:58 (3 months ago)
Author:
vboxsync
Message:

Fe/Qt4: Little parentheses fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r11707 r11709  
    35253525    return loopObject.result(); 
    35263526 
    3527 #elif defined Q_WS_X11 
     3527#elif defined (Q_WS_X11) && (QT_VERSION < 0x040400) 
    35283528 
    35293529    /* Here is workaround for Qt4.3 bug with QFileDialog which crushes when 
     
    37033703    return loopObject.result(); 
    37043704 
    3705 #elif (defined Q_WS_X11 && QT_VERSION < 0x040400) 
     3705#elif defined (Q_WS_X11) && (QT_VERSION < 0x040400) 
    37063706 
    37073707    /* 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. 
    37093709     * See http://trolltech.com/developer/task-tracker/index_html?method=entry&id=193483 
    37103710     * for details */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy