Searched defs:progressInstall (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp508 CProgress progressInstall = guest().UpdateGuestAdditions(strSource, local
513 msgCenter().showModalProgressDialog(progressInstall, tr("Updating Guest Additions"),
516 if (progressInstall.GetCanceled())
519 HRESULT rc = progressInstall.GetResultCode();
520 if (!progressInstall.isOk() || rc != S_OK)
528 msgCenter().cannotUpdateGuestAdditions(progressInstall);
531 QString strErr = progressInstall.GetErrorInfo().GetText();

Completed in 618 milliseconds