Changeset 24186 in vbox
- Timestamp:
- Oct 30, 2009 12:32:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/QIFileDialog.cpp
r23031 r24186 797 797 dlg.setWindowTitle (aCaption); 798 798 dlg.setDirectory (aStartWith); 799 dlg.set Filter (aFilters);799 dlg.setNameFilter (aFilters); 800 800 if (aSingleFile) 801 801 dlg.setFileMode (QFileDialog::ExistingFile);
Note:
See TracChangeset
for help on using the changeset viewer.