try again to make this thread safe

This commit is contained in:
Seth Alves 2016-01-19 15:55:56 -08:00
parent edea0320e6
commit 0064ee6ab2

View file

@ -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);