- Timestamp:
- Aug 22, 2018 5:16:56 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h
r70830 r73843 95 95 /** Returns effective released version guessed or hardcoded for this one version. 96 96 * This can be even the version itself. */ 97 UIVersion effectiveRel asedVersion() const97 UIVersion effectiveReleasedVersion() const 98 98 { 99 99 /* First, we just copy the current one: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.cpp
r71434 r73843 58 58 59 59 /* Get version number and adjust it for test and trunk builds. The server only has official releases. */ 60 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRel asedVersion().toString();60 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString(); 61 61 62 62 /* Prepare source/target: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.cpp
r71434 r73843 58 58 59 59 /* Get version number and adjust it for test and trunk builds. The server only has official releases. */ 60 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRel asedVersion().toString();60 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString(); 61 61 62 62 /* Prepare source/target: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.cpp
r71434 r73843 55 55 56 56 /* Get version number and adjust it for test and trunk builds. The server only has official releases. */ 57 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRel asedVersion().toString();57 const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString(); 58 58 59 59 /* Compose User Manual filename: */
Note:
See TracChangeset
for help on using the changeset viewer.