儲存庫 vbox 的更動 60460
- 時間撮記:
- 2016-4-12 下午02:52:13 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
r60420 r60460 150 150 151 151 /* 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: */ 155 155 if (!pDialog) 156 156 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; 163 160 164 161 /* Dismiss the entire import-appliance wizard if user rejects certificate: */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器