VirtualBox

儲存庫 vbox 的更動 60460


忽略:
時間撮記:
2016-4-12 下午02:52:13 (9 年 以前)
作者:
vboxsync
訊息:

FE/Qt: bugref:8249: Few more style/comment fixes for r106412 and r106481.

檔案:
修改 1 筆資料

圖例:

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

    r60420 r60460  
    150150
    151151            /* Show viewer in modal mode: */
    152             int iResultCode = pDialog->exec();
    153 
    154             /* Leave if destroyed prematurely: */
     152            const int iResultCode = pDialog->exec();
     153
     154            /* Leave if viewer destroyed prematurely: */
    155155            if (!pDialog)
    156156                return;
    157             /* Delete viewer: */
    158             if (pDialog)
    159             {
    160                 delete pDialog;
    161                 pDialog = 0;
    162             }
     157            /* Delete viewer finally: */
     158            delete pDialog;
     159            pDialog = 0;
    163160
    164161            /* Dismiss the entire import-appliance wizard if user rejects certificate: */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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