VirtualBox

Changeset 44012 in vbox


Ignore:
Timestamp:
Dec 3, 2012 2:11:39 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: VM group UI: Details-view: Group-item cleanup comments (part 4).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.cpp

    r44011 r44012  
    4242void UIGDetailsGroup::setItems(const QList<UIVMItem*> &machineItems)
    4343{
    44     /* Remember new items: */
     44    /* Remember passed machine-items: */
    4545    m_machineItems = machineItems;
    4646
    47     /* Cleanup superflous sets: */
     47    /* Cleanup superflous items: */
    4848    while (m_items.size() > m_machineItems.size())
    4949        delete m_items.last();
     
    5858    loadSettings();
    5959
    60     /* Clear step: */
     60    /* Cleanup step: */
    6161    delete m_pStep;
    6262    m_pStep = 0;
     
    6565    m_strGroupId = QUuid::createUuid().toString();
    6666
    67     /* Prepare first set: */
     67    /* Request to prepare first set: */
    6868    emit sigStartFirstStep(m_strGroupId);
    6969}
     
    7777void UIGDetailsGroup::sltFirstStep(QString strGroupId)
    7878{
    79     /* Clear step: */
     79    /* Cleanup step: */
    8080    delete m_pStep;
    8181    m_pStep = 0;
     
    9292void UIGDetailsGroup::sltNextStep(QString strGroupId)
    9393{
    94     /* Clear step: */
     94    /* Cleanup step: */
    9595    delete m_pStep;
    9696    m_pStep = 0;
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