VirtualBox

Changeset 31187 in vbox


Ignore:
Timestamp:
Jul 28, 2010 9:19:41 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: don't use native open file dialogs on KDE hosts (xtracker 5167)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp

    r31142 r31187  
    818818    if (!aResolveSymlinks)
    819819        o |= QFileDialog::DontResolveSymlinks;
     820
     821# if defined (Q_WS_X11)
     822    if (vboxGlobal().isKWinManaged())
     823      o |= QFileDialog::DontUseNativeDialog;
     824# endif
    820825    if (aSingleFile)
    821826        return QStringList() << QFileDialog::getOpenFileName (aParent, aCaption, aStartWith,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette