Changeset 94046 in vbox
- Timestamp:
- Mar 1, 2022 3:02:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UICloudEntityKey.h
r93115 r94046 58 58 }; 59 59 60 #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) 61 inline size_t qHash(const UICloudEntityKey &key, size_t uSeed) 62 #else 60 63 inline uint qHash(const UICloudEntityKey &key, uint uSeed) 64 #endif 61 65 { 62 66 return qHash(key.toString(), uSeed);
Note:
See TracChangeset
for help on using the changeset viewer.