Chord type crash in plugins (0.9.6 regression)

• Feb 3, 2010 - 23:46
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Plugins crash as soon as the Chord type is used, either by "new Chord()" or by "cursor.chord()".
According to QtScript debugger, the error is "TypeError: QObject.toString(): this object is not a QObject"
Since most plugins use this type, most plugins crash.


Comments