VirtualBox

Ignore:
Timestamp:
Jul 30, 2008 9:59:24 AM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Little code-restyling for VBoxSettingsDialogSpecific.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialogSpecific.cpp

    r10769 r10968  
    225225    connect (prefPage, SIGNAL (tableChanged()), this, SLOT (resetFirstRunFlag()));
    226226    addItem (":/machine_32px.png", ":/machine_16px.png",
    227              GeneralId, "#general", 
     227             GeneralId, "#general",
    228228             prefPage);
    229229
     
    236236    connect (prefPage, SIGNAL (hdChanged()), this, SLOT (resetFirstRunFlag()));
    237237    addItem (":/hd_32px.png", ":/hd_16px.png",
    238              HDId, "#hdds", 
     238             HDId, "#hdds",
    239239             prefPage, StorageId);
    240240
     
    301301    /* Applying language settings */
    302302    retranslateUi();
    303    
     303
    304304    /* First item as default */
    305305
     
    337337}
    338338
    339 void VBoxVMSettingsDlg::addItem (const QString &aBigIcon, const QString &aSmallIcon, int aId, const QString &aLink, VBoxSettingsPage* aPrefPage /* = NULL*/, int aParentId /* = -1 */)
     339void VBoxVMSettingsDlg::addItem (const QString &aBigIcon,
     340                                 const QString &aSmallIcon,
     341                                 int aId,
     342                                 const QString &aLink,
     343                                 VBoxSettingsPage* aPrefPage /* = NULL*/,
     344                                 int aParentId /* = -1 */)
    340345{
    341346    QWidget *page = mSelector->addItem (aBigIcon, aSmallIcon,
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