VirtualBox

Changeset 91509 in vbox


Ignore:
Timestamp:
Oct 1, 2021 10:51:42 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147199
Message:

FE/Qt: Cleanup old excessive stuff in UIVersion and PortData classes.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.cpp

    r82968 r91509  
    5151    if (fullVersionInfo.size() > 1)
    5252        m_strPostfix = fullVersionInfo.at(1);
    53 }
    54 
    55 UIVersion &UIVersion::operator=(const UIVersion &another)
    56 {
    57     m_x = another.x();
    58     m_y = another.y();
    59     m_z = another.z();
    60     m_strPostfix = another.postfix();
    61     return *this;
    6253}
    6354
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h

    r82968 r91509  
    3434    /** Constructs object based on parsed @a strFullVersionInfo. */
    3535    UIVersion(const QString &strFullVersionInfo);
    36 
    37     /** Assigns this object with value of @a another. */
    38     UIVersion &operator=(const UIVersion &another);
    3936
    4037    /** Returns whether this object is valid. */
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h

    r87432 r91509  
    7777    /** Constructs port data based on @a uValue. */
    7878    PortData(ushort uValue) : m_uValue(uValue) {}
    79     /** Constructs port data based on @a other port data value. */
    80     PortData(const PortData &other) : m_uValue(other.value()) {}
    8179
    8280    /** Returns whether this port data is equal to @a another. */
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