mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
resolve conflicts merging with huffman/baseball
This commit is contained in:
parent
8cd41b9383
commit
57a68edaa3
1 changed files with 3 additions and 3 deletions
|
@ -141,10 +141,10 @@ public:
|
|||
|
||||
// NOTE - this is used by the TypedArray implemetation. we need to review this for thread safety
|
||||
ArrayBufferClass* getArrayBufferClass() { return _arrayBufferClass; }
|
||||
|
||||
|
||||
public slots:
|
||||
void callAnimationStateHandler(QScriptValue callback, AnimVariantMap parameters, QStringList names, bool useNames, AnimVariantResultHandler resultHandler);
|
||||
|
||||
|
||||
signals:
|
||||
void scriptLoaded(const QString& scriptFilename);
|
||||
void errorLoadingScript(const QString& scriptFilename);
|
||||
|
@ -184,7 +184,7 @@ private:
|
|||
|
||||
QObject* setupTimerWithInterval(const QScriptValue& function, int intervalMS, bool isSingleShot);
|
||||
void stopTimer(QTimer* timer);
|
||||
|
||||
|
||||
QString _fileNameString;
|
||||
Quat _quatLibrary;
|
||||
Vec3 _vec3Library;
|
||||
|
|
Loading…
Reference in a new issue