VirtualBox

儲存庫 vbox 的更動 18240


忽略:
時間撮記:
2009-3-25 上午08:08:39 (16 年 以前)
作者:
vboxsync
訊息:

FE/Qt4: actually it can happen if item is NULL here

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp

    r18238 r18240  
    441441    AssertMsg (item, ("Current item should be selected!\n"));
    442442
    443     /* Edit current item data */
    444     VBoxGLSettingsNetworkDetails details (this);
    445     details.getFromItem (item);
    446     if (details.exec() == QDialog::Accepted)
    447     {
    448         details.putBackToItem();
    449         item->setChanged (true);
    450         item->updateInfo();
    451     }
    452 
    453     updateCurrentItem();
    454     mValidator->revalidate();
     443    if (item)
     444    {
     445        /* Edit current item data */
     446        VBoxGLSettingsNetworkDetails details (this);
     447        details.getFromItem (item);
     448        if (details.exec() == QDialog::Accepted)
     449        {
     450            details.putBackToItem();
     451            item->setChanged (true);
     452            item->updateInfo();
     453        }
     454
     455        updateCurrentItem();
     456        mValidator->revalidate();
     457    }
    455458}
    456459
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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