Changeset 83267 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 11, 2020 8:28:53 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICloudMachine.cpp
r83255 r83267 69 69 void UICloudMachineData::refresh() 70 70 { 71 /* Reset access error: */ 72 m_strAccessError.clear(); 73 71 74 /* Acquire instance info sync way, be aware, this is blocking stuff, it takes some time: */ 72 75 const QMap<KVirtualSystemDescriptionType, QString> instanceInfoMap = getInstanceInfo(m_comCloudClient, m_strId, m_strAccessError);
Note:
See TracChangeset
for help on using the changeset viewer.