Searched defs:strErrorId (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMessageCenter.cpp | 1682 void UIMessageCenter::showRuntimeError(const CConsole &console, bool fFatal, const QString &strErrorId, const QString &strErrorMsg) const argument 1723 autoConfimId += strErrorId.toUtf8(); 1729 if (!strErrorId.isEmpty()) 1735 .arg(tr("<nobr>Error ID: </nobr>", "runtime error info"), strErrorId)
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineLogic.cpp | 678 void UIMachineLogic::sltRuntimeError(bool fIsFatal, const QString &strErrorId, const QString &strMessage) argument 681 if (strErrorId == "DrvVD_DEKMISSING") 685 msgCenter().showRuntimeError(console(), fIsFatal, strErrorId, strMessage); local
|
Completed in 49 milliseconds