Changeset 67267 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 6, 2017 10:34:55 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp
r67266 r67267 645 645 void UISnapshotPane::sltToggleSnapshotDetailsVisibility(bool fVisible) 646 646 { 647 printf("sltToggleSnapshotDetailsVisibility(%d)\n", fVisible);648 647 /* Show/hide commit action and details-widget: */ 649 648 m_pActionCommitSnapshotDetails->setVisible(fVisible);
Note:
See TracChangeset
for help on using the changeset viewer.