- Timestamp:
- Nov 17, 2009 7:10:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp
r24593 r24734 101 101 { 102 102 QFont myFont = font (0); 103 myFont.set Bold(aItalic);103 myFont.setItalic (aItalic); 104 104 setFont (0, myFont); 105 105 adjustText(); … … 643 643 /* Add the "current state" item */ 644 644 SnapshotWgtItem *csi = new SnapshotWgtItem (mCurSnapshotItem, mMachine); 645 csi->setBold (true); 645 646 csi->recache(); 646 647 … … 661 662 /* Add the "current state" item */ 662 663 SnapshotWgtItem *csi = new SnapshotWgtItem (mTreeWidget, mMachine); 664 csi->setBold (true); 663 665 csi->recache(); 664 666
Note:
See TracChangeset
for help on using the changeset viewer.