- Timestamp:
- Jul 28, 2017 2:22:56 PM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.cpp
r62493 r68156 32 32 33 33 34 UIGDetails::UIGDetails(QWidget *pParent )34 UIGDetails::UIGDetails(QWidget *pParent /* = 0 */) 35 35 : QWidget(pParent) 36 36 , m_pMainLayout(0) -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.h
r63725 r68156 48 48 49 49 /* Constructor: */ 50 UIGDetails(QWidget *pParent );50 UIGDetails(QWidget *pParent = 0); 51 51 52 52 /** Return the Details-model instance. */
Note:
See TracChangeset
for help on using the changeset viewer.