Changeset 63722 in vbox for trunk/src/VBox
- Timestamp:
- Sep 5, 2016 4:14:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooser.h
r63721 r63722 66 66 67 67 /** Return the Chooser-model instance. */ 68 UIGChooserModel *model() const { return m_pChooserModel; }68 UIGChooserModel *model() const { return m_pChooserModel; } 69 69 /** Return the Chooser-view instance. */ 70 UIGChooserView *view() const { return m_pChooserView; }70 UIGChooserView *view() const { return m_pChooserView; } 71 71 72 72 /* API: Current-item stuff: */
Note:
See TracChangeset
for help on using the changeset viewer.