VirtualBox

Changeset 73843 in vbox


Ignore:
Timestamp:
Aug 22, 2018 5:16:56 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: UIVersion: Typo fix.

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  
    9595    /** Returns effective released version guessed or hardcoded for this one version.
    9696      * This can be even the version itself. */
    97     UIVersion effectiveRelasedVersion() const
     97    UIVersion effectiveReleasedVersion() const
    9898    {
    9999        /* First, we just copy the current one: */
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.cpp

    r71434 r73843  
    5858
    5959    /* Get version number and adjust it for test and trunk builds. The server only has official releases. */
    60     const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRelasedVersion().toString();
     60    const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString();
    6161
    6262    /* Prepare source/target: */
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.cpp

    r71434 r73843  
    5858
    5959    /* Get version number and adjust it for test and trunk builds. The server only has official releases. */
    60     const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRelasedVersion().toString();
     60    const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString();
    6161
    6262    /* Prepare source/target: */
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.cpp

    r71434 r73843  
    5555
    5656    /* Get version number and adjust it for test and trunk builds. The server only has official releases. */
    57     const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveRelasedVersion().toString();
     57    const QString strVersion = UIVersion(vboxGlobal().vboxVersionStringNormalized()).effectiveReleasedVersion().toString();
    5858
    5959    /* Compose User Manual filename: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette