- Timestamp:
- Apr 2, 2013 12:19:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp
r45054 r45287 82 82 } 83 83 84 /* Do not build if has nodetails: */84 /* Make sure we have details: */ 85 85 if (!m_fHasDetails) 86 86 { 87 /* Reset last-step number: */ 88 m_iLastStepNumber = -1; 89 /* Notify parent group we are built: */ 87 90 emit sigBuildDone(); 88 91 return; … … 547 550 void UIGDetailsSet::rebuildSet() 548 551 { 552 /* Make sure we have details: */ 553 if (!m_fHasDetails) 554 return; 555 549 556 /* Cleanup build-step: */ 550 557 delete m_pBuildStep;
Note:
See TracChangeset
for help on using the changeset viewer.