- Timestamp:
- Oct 8, 2012 11:12:35 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81195
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp
r43552 r43563 315 315 /* Call for wrapper above: */ 316 316 setCurrentItems(list); 317 }318 319 void UIGChooserModel::clearSelectionList()320 {321 QList<UIGChooserItem*> oldCurrentItems = m_currentItems;322 m_currentItems.clear();323 foreach (UIGChooserItem *pItem, oldCurrentItems)324 pItem->update();325 317 } 326 318 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.h
r43552 r43563 120 120 void addToCurrentItems(UIGChooserItem *pItem); 121 121 void removeFromCurrentItems(UIGChooserItem *pItem); 122 void clearSelectionList();123 122 void notifyCurrentItemChanged(); 124 123 bool isSingleGroupSelected() const;
Note:
See TracChangeset
for help on using the changeset viewer.