Changeset 94017 in vbox
- Timestamp:
- Mar 1, 2022 9:42:53 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
networking/UIUpdateDefs.h (modified) (1 diff)
-
widgets/UIPortForwardingTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.h
r93115 r94017 36 36 : val(strVal), key(strKey) {} 37 37 38 bool operator==(const VBoxUpdateDay &other) { return val == other.val || key == other.key; }38 bool operator==(const VBoxUpdateDay &other) const { return val == other.val || key == other.key; } 39 39 40 40 QString val; -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
r93990 r94017 176 176 177 177 /** Returns whether this port data is equal to @a another. */ 178 bool operator==(const UIPortForwardingDataUnique &another) 178 bool operator==(const UIPortForwardingDataUnique &another) const 179 179 { 180 180 return protocol == another.protocol
Note:
See TracChangeset
for help on using the changeset viewer.

