add a comment for the UUID hasher

This commit is contained in:
Stephen Birarda 2014-12-18 14:01:22 -08:00
parent 587df1178d
commit df3eca5aca

View file

@ -14,6 +14,9 @@
#include "UUID.h"
// uses the same hashing performed by Qt
// https://qt.gitorious.org/qt/qtbase/source/73ef64fb5fabb60101a3cac6e43f0c5bb2298000:src/corelib/plugin/quuid.cpp
class UUIDHasher {
public:
size_t operator()(const QUuid& uuid) const {