QObject::connect: Cannot queue arguments of type 'POS'

• Jul 15, 2014 - 20:04
Type
Functional
Severity
S4 - Minor
Status
closed
Project

MuseScore 15f899f7bd

We have this error on startup.

QObject::connect: Cannot queue arguments of type 'POS'
(Make sure 'POS' is registered using qRegisterMetaType().)

It's probably due to https://github.com/musescore/MuseScore/blob/master/mscore/scoreview.cpp…
POS is not usable as a slot/signal argument as it. See http://stackoverflow.com/questions/12368712/how-to-use-enums-in-qt-sign…


Comments

Status (old) active patch (code needs review)

Warning because of emitting posChanged(POS,unsigned) from realtime thread.