- Timestamp:
- Oct 12, 2021 6:47:33 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.cpp
r91669 r91680 615 615 { 616 616 /* Remove the recent media list from the end of the combo: */ 617 while (count() > =m_iRecentListSeparatorPosition)617 while (count() > m_iRecentListSeparatorPosition) 618 618 removeItem(count() - 1); 619 619
Note:
See TracChangeset
for help on using the changeset viewer.