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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1602 QString strWarningInfo; local
1604 strWarningInfo += QString("<br />Warning: %1").arg(strWarning);
1605 if (!strWarningInfo.isEmpty())
1606 strWarningInfo = "<br />" + strWarningInfo;
1611 strWarningInfo + strErrorInfo);

Completed in 55 milliseconds