VirtualBox

Changeset 101452 in vbox


Ignore:
Timestamp:
Oct 16, 2023 12:55:04 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159514
Message:

FE/Qt: bugref:10205: A fix for UIUpdateDefs; VBoxUpdateData created by default should have data initiated properly; Otherwise update period goes south.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.cpp

    r98103 r101452  
    7979}
    8080
    81 VBoxUpdateData::VBoxUpdateData(const QString &strData)
     81VBoxUpdateData::VBoxUpdateData(const QString &strData /* = QString("never") */)
    8282    : m_strData(strData)
    8383    , m_fCheckEnabled(false)
  • trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.h

    r98103 r101452  
    9595
    9696    /** Constructs update description on the basis of passed @a strData. */
    97     VBoxUpdateData(const QString &strData = QString());
     97    VBoxUpdateData(const QString &strData = QString("never"));
    9898    /** Constructs update description on the basis of passed @a fCheckEnabled, @a enmUpdatePeriod and @a enmUpdateChannel. */
    9999    VBoxUpdateData(bool fCheckEnabled, UpdatePeriodType enmUpdatePeriod, KUpdateChannel enmUpdateChannel);
Note: See TracChangeset for help on using the changeset viewer.

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