mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +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
|
||||
int getJointIndex(const QUuid& entityID, const QString& name) const;
|
||||
QStringList getJointNames(const QUuid& entityID) const;
|
||||
Q_INVOKABLE int getJointIndex(const QUuid& entityID, const QString& name) const;
|
||||
Q_INVOKABLE QStringList getJointNames(const QUuid& entityID) const;
|
||||
|
||||
public slots:
|
||||
void callLoader(EntityItemID entityID);
|
||||
|
|
Loading…
Reference in a new issue