Changeset 63721 in vbox
- Timestamp:
- Sep 5, 2016 4:02:58 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooser.h
r63693 r63721 65 65 UIActionPool* actionPool() const; 66 66 67 /** Return the Chooser-model reference. */67 /** Return the Chooser-model instance. */ 68 68 UIGChooserModel* model() const { return m_pChooserModel; } 69 /** Return the Chooser-view reference. */69 /** Return the Chooser-view instance. */ 70 70 UIGChooserView* view() const { return m_pChooserView; } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.