Changeset 6823 in vbox
- Timestamp:
- Feb 6, 2008 10:22:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp
r6813 r6823 50 50 this, SLOT (processActivated (int))); 51 51 52 53 54 55 56 57 52 /* in some qt themes embedded list-box is not used by default, so create it */ 53 if (!listBox()) 54 setListBox (new QListBox (this)); 55 if (listBox()) 56 connect (listBox(), SIGNAL (onItem (QListBoxItem*)), 57 this, SLOT (processOnItem (QListBoxItem*))); 58 58 59 59 /* cache pixmaps as class members */
Note:
See TracChangeset
for help on using the changeset viewer.