Changeset 86796 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 3, 2020 12:30:02 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r86795 r86796 589 589 void UIChooserAbstractModel::insertCloudEntityKey(const UICloudEntityKey &key) 590 590 { 591 printf("Cloud entity with key %s being updated..\n", key.toString().toUtf8().constData());591 // printf("Cloud entity with key %s being updated..\n", key.toString().toUtf8().constData()); 592 592 m_cloudEntityKeysBeingUpdated.insert(key); 593 593 emit sigCloudUpdateStateChanged(); … … 596 596 void UIChooserAbstractModel::removeCloudEntityKey(const UICloudEntityKey &key) 597 597 { 598 printf("Cloud entity with key %s is updated!\n", key.toString().toUtf8().constData());598 // printf("Cloud entity with key %s is updated!\n", key.toString().toUtf8().constData()); 599 599 m_cloudEntityKeysBeingUpdated.remove(key); 600 600 emit sigCloudUpdateStateChanged();
Note:
See TracChangeset
for help on using the changeset viewer.