VirtualBox

Changeset 91511 in vbox for trunk


Ignore:
Timestamp:
Oct 1, 2021 12:36:11 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147201
Message:

FE/Qt: Cleanup old redundant stuff in VBoxUpdateData class as well, s.a. r147199.

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

Legend:

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

    r86128 r91511  
    8080}
    8181
    82 VBoxUpdateData::VBoxUpdateData(const VBoxUpdateData &another)
    83     : m_strData(another.data())
    84     , m_enmPeriodIndex(another.periodIndex())
    85     , m_date(another.internalDate())
    86     , m_enmBranchIndex(another.branchIndex())
    87     , m_version(another.version())
    88 {
    89 }
    90 
    9182bool VBoxUpdateData::isNoNeedToCheck() const
    9283{
  • trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.h

    r86996 r91511  
    8383    /** Constructs update description on the basis of passed @a enmPeriodIndex and @a enmBranchIndex. */
    8484    VBoxUpdateData(PeriodType enmPeriodIndex, BranchType enmBranchIndex);
    85     /** Constructs update description on the basis of @a another one. */
    86     VBoxUpdateData(const VBoxUpdateData &another);
    8785
    8886    /** Returns whether there is no need to check. */
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