Changeset 67218 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 1, 2017 5:14:44 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp
r67217 r67218 384 384 385 385 /* Clear the details report: */ 386 m_pBrowserDetails->clear(); 386 // WORKAROUND: 387 // How stupid Qt *is* to wipe out registered icons not just on clear() 388 // call but on setText(QString()) and even setText("") as well. 389 // Nice way to oversmart itself.. 390 m_pBrowserDetails->setText("<empty>"); 387 391 } 388 392 }
Note:
See TracChangeset
for help on using the changeset viewer.