VirtualBox

Changeset 98299 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 25, 2023 2:49:58 AM (23 months ago)
Author:
vboxsync
Message:

Main: doxygen fix attempt. bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r98286 r98299  
    854854    bool isProgressCanceled(void) const;
    855855    bool isProgressRunning(void) const;
    856     int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS,
    857                     const Utf8Str &strMsg = Utf8Str::Empty /** @todo figure out what's the best way to pass empty Utf8Str by default - probably = Utf8Str() */);
     856    int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS, const Utf8Str &strMsg = Utf8Str::Empty);
    858857    HRESULT resetProgress(const ComObjPtr<Guest>& pParent, const Utf8Str &strDesc);
    859858    HRESULT queryProgressTo(IProgress **ppProgress);
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