- Timestamp:
- Apr 3, 2017 3:42:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp
r66383 r66406 300 300 } 301 301 302 /* Cache initial data: */302 /* Cache initial shared folder data: */ 303 303 m_pCache->child(strFolderKey).cacheInitialData(initialFolderData); 304 304 } … … 377 377 UISettingsPageMachine::fetchData(data); 378 378 379 /* Check if shared folders data was changed at all: */379 /* Check if shared folders data was changed: */ 380 380 if (m_pCache->wasChanged()) 381 381 { … … 383 383 for (int iFolderIndex = 0; iFolderIndex < m_pCache->childCount(); ++iFolderIndex) 384 384 { 385 /* Check if this shared folder data was actuallychanged: */385 /* Check if this shared folder data was changed: */ 386 386 const UISettingsCacheSharedFolder ¤tFolderCache = m_pCache->child(iFolderIndex); 387 387 if (currentFolderCache.wasChanged())
Note:
See TracChangeset
for help on using the changeset viewer.

