VirtualBox

Changeset 79425 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 28, 2019 8:53:50 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131667
Message:

UIMediumEnumerator.cpp: scm fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp

    r79393 r79425  
    4646
    4747/** UITask extension used for medium-enumeration purposes.
    48   * @note We made setting/getting medium a thread-safe stuff.
    49   *       But this wasn't dangerous for us before since
    50   *       setter/getter calls are splitted in time by
    51   *       enumeration logic.  Previously we were even using
    52   *       property/setProperty API for that but latest Qt
    53   *       versions prohibits property/setProperty API usage
    54   *       from other than the GUI thread so we had to rework
    55   *       that stuff to be thread-safe for Qt >= 5.11. */
     48  * @note We made setting/getting medium a thread-safe stuff. But this wasn't
     49  *       dangerous for us before since setter/getter calls are splitted in time
     50  *       by enumeration logic. Previously we were even using
     51  *       property/setProperty API for that but latest Qt versions prohibits
     52  *       property/setProperty API usage from other than the GUI thread so we
     53  *       had to rework that stuff to be thread-safe for Qt >= 5.11. */
    5654class UITaskMediumEnumeration : public UITask
    5755{
Note: See TracChangeset for help on using the changeset viewer.

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