VirtualBox

Changeset 59027 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 7, 2015 3:56:43 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 28): No fancy native stuff for Windows in QIFileDialog for Qt5, simple not necessary anymore.

File:
1 edited

Legend:

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

    r52816 r59027  
    235235                                            bool aResolveSymlinks)
    236236{
    237 #if defined Q_WS_WIN
     237#if defined(Q_WS_WIN) && (QT_VERSION < 0x050000)
    238238
    239239    /**
     
    403403                                       bool           fConfirmOverwrite /* = false */)
    404404{
    405 #if defined Q_WS_WIN
     405#if defined(Q_WS_WIN) && (QT_VERSION < 0x050000)
    406406
    407407    /* Further code (WinAPI call to GetSaveFileName() in other thread)
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