Changeset 51402 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 26, 2014 4:47:12 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
r51401 r51402 305 305 RenderMode UIExtraDataManager::renderMode(const QString &strId) const 306 306 { 307 RenderMode rm = gpConverter->fromInternalString<RenderMode>(extraDataString(GUI_RenderMode, strId)); 308 printf("RenderMode=%d\n", (int)rm); 309 return rm; 307 return gpConverter->fromInternalString<RenderMode>(extraDataString(GUI_RenderMode, strId)); 310 308 } 311 309
Note:
See TracChangeset
for help on using the changeset viewer.