mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 12:15:30 +02:00
try again to make this thread safe
This commit is contained in:
parent
edea0320e6
commit
0064ee6ab2
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
// these are used to call through to EntityItems
|
// these are used to call through to EntityItems
|
||||||
int getJointIndex(const QUuid& entityID, const QString& name) const;
|
Q_INVOKABLE int getJointIndex(const QUuid& entityID, const QString& name) const;
|
||||||
QStringList getJointNames(const QUuid& entityID) const;
|
Q_INVOKABLE QStringList getJointNames(const QUuid& entityID) const;
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void callLoader(EntityItemID entityID);
|
void callLoader(EntityItemID entityID);
|
||||||
|
|
Loading…
Reference in a new issue