mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
resolve conflicts merging with huffman/baseball
This commit is contained in:
parent
bbf5991f9a
commit
ed610d69e0
1 changed files with 4 additions and 4 deletions
|
@ -141,7 +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);
|
||||
|
@ -181,9 +184,6 @@ private:
|
|||
|
||||
QObject* setupTimerWithInterval(const QScriptValue& function, int intervalMS, bool isSingleShot);
|
||||
void stopTimer(QTimer* timer);
|
||||
|
||||
static bool checkSyntax(const QScriptProgram& program);
|
||||
static bool checkExceptions(QScriptEngine& engine, const QString& fileName);
|
||||
|
||||
QString _fileNameString;
|
||||
Quat _quatLibrary;
|
||||
|
|
Loading…
Reference in a new issue