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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp151 QString strPackDescription = extPackFile.GetDescription(); local
164 if (!msgCenter().confirmReplaceExtensionPack(strPackName, strPackVersion, strPackVersionCur, strPackDescription, pParent))
172 if (!msgCenter().confirmInstallExtensionPack(strPackName, strPackVersion, strPackDescription, pParent))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2254 const QString &strPackDescription, QWidget *pParent /* = 0*/) const
2266 .arg(strPackName).arg(strPackVersion).arg(strPackDescription),
2272 const QString &strPackVersionOld, const QString &strPackDescription,
2298 .arg(strBelehrung).arg(strPackName).arg(strPackVersionNew).arg(strPackVersionOld).arg(strPackDescription),
2311 .arg(strBelehrung).arg(strPackName).arg(strPackVersionNew).arg(strPackVersionOld).arg(strPackDescription),
2323 .arg(strBelehrung).arg(strPackName).arg(strPackVersionOld).arg(strPackDescription),
2253 confirmInstallExtensionPack(const QString &strPackName, const QString &strPackVersion, const QString &strPackDescription, QWidget *pParent ) const argument
2271 confirmReplaceExtensionPack(const QString &strPackName, const QString &strPackVersionNew, const QString &strPackVersionOld, const QString &strPackDescription, QWidget *pParent ) const argument

Completed in 53 milliseconds