Changeset 36551 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 5, 2011 10:38:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp
r33540 r36551 859 859 { 860 860 QFileInfo dirInfo (dir.absolutePath()); 861 if (dir == QDir(dirInfo.absolutePath())) 862 break; 861 863 dir = dirInfo.absolutePath(); 862 864 }
Note:
See TracChangeset
for help on using the changeset viewer.