Changeset 1805 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 29, 2007 3:04:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r1804 r1805 2169 2169 * On Win32, this funciton makes sure a file filter is applied automatically 2170 2170 * 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. 2172 2173 * 2173 2174 * On all other platforms, this function is equivalent to … … 2183 2184 bool resolveSymlinks) 2184 2185 { 2185 LogTraceMsg (("filters=%s\n", filters.local8Bit().data()));2186 2186 #if defined Q_WS_WIN 2187 2188 /* not yet implemented */ 2189 if (selectedFilter) 2190 *selectedFilter = QString::null; 2187 2191 2188 2192 QString result; … … 2260 2264 #else 2261 2265 2262 return QFileDialog::getOpenFileName (startWith, filter , parent, name,2263 caption, selectedFilter, resolveSymlinks 2266 return QFileDialog::getOpenFileName (startWith, filters, parent, name, 2267 caption, selectedFilter, resolveSymlinks); 2264 2268 2265 2269 #endif
Note:
See TracChangeset
for help on using the changeset viewer.