Changeset 79425 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 28, 2019 8:53:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp
r79393 r79425 46 46 47 47 /** 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. */ 56 54 class UITaskMediumEnumeration : public UITask 57 55 {
Note:
See TracChangeset
for help on using the changeset viewer.