mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
move over definition so it could be linked in the assignment-client too
This commit is contained in:
parent
74343c71d8
commit
003e826d60
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
|||
|
||||
#include <PointerManager.h>
|
||||
|
||||
size_t std::hash<EntityItemID>::operator()(const EntityItemID& id) const { return qHash(id); }
|
||||
std::function<bool()> EntityTreeRenderer::_entitiesShouldFadeFunction;
|
||||
|
||||
QString resolveScriptURL(const QString& scriptUrl) {
|
||||
|
|
|
@ -69,3 +69,4 @@ QVector<EntityItemID> qVectorEntityItemIDFromScriptValue(const QScriptValue& arr
|
|||
return newVector;
|
||||
}
|
||||
|
||||
size_t std::hash<EntityItemID>::operator()(const EntityItemID& id) const { return qHash(id); }
|
||||
|
|
Loading…
Reference in a new issue