mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
include QUuid instead of UUID in UUIDHasher
This commit is contained in:
parent
e13e9febdc
commit
325d0dbce1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#ifndef hifi_UUIDHasher_h
|
||||
#define hifi_UUIDHasher_h
|
||||
|
||||
#include "UUID.h"
|
||||
#include <QUuid>
|
||||
|
||||
// uses the same hashing performed by Qt
|
||||
// https://qt.gitorious.org/qt/qtbase/source/73ef64fb5fabb60101a3cac6e43f0c5bb2298000:src/corelib/plugin/quuid.cpp
|
||||
|
|
Loading…
Reference in a new issue