Changeset 65523 in vbox
- Timestamp:
- Jan 30, 2017 6:03:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r65522 r65523 47 47 * 48 48 * @param pParent Parent Widget. 49 * @param pVirtualBox VirtualBox object for storing extra data. 49 50 * @param pszName Widget name. 50 51 */ … … 188 189 * @param a_pDbgGui Pointer to the debugger gui object. 189 190 * @param a_pParent Parent Widget. 191 * @param a_pVirtualBox VirtualBox object for storing extra data. 190 192 */ 191 193 VBoxDbgConsole(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent = NULL, IVirtualBox *a_pVirtualBox = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.