VirtualBox

Changeset 6823 in vbox


Ignore:
Timestamp:
Feb 6, 2008 10:22:39 AM (17 years ago)
Author:
vboxsync
Message:

Tabs >_<

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp

    r6813 r6823  
    5050             this, SLOT (processActivated (int)));
    5151
    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*)));
     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*)));
    5858
    5959    /* cache pixmaps as class members */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette