VirtualBox

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


Ignore:
Timestamp:
Mar 29, 2007 3:04:03 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19986
Message:

FE/QT: Build fix.

File:
1 edited

Legend:

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

    r1804 r1805  
    21692169 *  On Win32, this funciton makes sure a file filter is applied automatically
    21702170 *  right after it is selected from the drop-down list, to conform to common
    2171  *  experience in other applications.
     2171 *  experience in other applications. Note that currently, @a selectedFilter
     2172 *  is always set to null on return.
    21722173 *
    21732174 *  On all other platforms, this function is equivalent to
     
    21832184                                     bool           resolveSymlinks)
    21842185{
    2185     LogTraceMsg (("filters=%s\n", filters.local8Bit().data()));
    21862186#if defined Q_WS_WIN
     2187
     2188    /* not yet implemented */
     2189    if (selectedFilter)
     2190        *selectedFilter = QString::null;
    21872191
    21882192    QString result;
     
    22602264#else
    22612265
    2262     return QFileDialog::getOpenFileName (startWith, filter, parent, name,
    2263                                          caption, selectedFilter, resolveSymlinks );
     2266    return QFileDialog::getOpenFileName (startWith, filters, parent, name,
     2267                                         caption, selectedFilter, resolveSymlinks);
    22642268
    22652269#endif
Note: See TracChangeset for help on using the changeset viewer.

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