VirtualBox

Changeset 9948

Show
Ignore:
Timestamp:
06/26/08 13:19:32 (5 months ago)
Author:
vboxsync
Message:

Fe/Qt4: Fixed little porting bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp

    r9751 r9948  
    237237        mCbVirt->setCheckState (Qt::Unchecked) : 
    238238    aMachine.GetHWVirtExEnabled() == KTSBool_True ? 
    239         mCbVirt->setChecked (Qt::Checked) : 
    240         mCbVirt->setChecked (Qt::PartiallyChecked); 
     239        mCbVirt->setCheckState (Qt::Checked) : 
     240        mCbVirt->setCheckState (Qt::PartiallyChecked); 
    241241 
    242242    /* PAE/NX */ 
     
    359359    /* Retranslate the boot order items */ 
    360360    QTreeWidgetItemIterator it (mTwBootOrder); 
    361     while (*it)  
     361    while (*it) 
    362362    { 
    363363        QTreeWidgetItem *item = (*it); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy