VirtualBox

Ignore:
Timestamp:
Feb 8, 2023 2:13:14 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10322: Runtime UI: Rework CMouse wrapper usage the way it's fully encapsulated inside UISession.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h

    r98103 r98503  
    4646
    4747class UIDnDMIMEData;
     48class UIMachine;
    4849class UISession;
    4950
     
    5758public:
    5859
    59     UIDnDHandler(UISession *pSession, QWidget *pParent);
     60    UIDnDHandler(UIMachine *pMachine, UISession *pSession, QWidget *pParent);
    6061    virtual ~UIDnDHandler(void);
    6162
     
    133134protected:
    134135
    135     /** Pointer to UI session. */
     136    /** Pointer to machine UI. */
     137    UIMachine        *m_pMachine;
     138    /** Pointer to session UI. */
    136139    UISession        *m_pSession;
    137140    /** Pointer to parent widget. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette