Changeset 98503 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h
- Timestamp:
- Feb 8, 2023 2:13:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h
r98103 r98503 46 46 47 47 class UIDnDMIMEData; 48 class UIMachine; 48 49 class UISession; 49 50 … … 57 58 public: 58 59 59 UIDnDHandler(UI Session *pSession, QWidget *pParent);60 UIDnDHandler(UIMachine *pMachine, UISession *pSession, QWidget *pParent); 60 61 virtual ~UIDnDHandler(void); 61 62 … … 133 134 protected: 134 135 135 /** Pointer to UI session. */ 136 /** Pointer to machine UI. */ 137 UIMachine *m_pMachine; 138 /** Pointer to session UI. */ 136 139 UISession *m_pSession; 137 140 /** Pointer to parent widget. */
Note:
See TracChangeset
for help on using the changeset viewer.