qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel
It's surprising to me that Q_EMIT even worked for this.
But it doesn't build in Qt4, so switch back to
QMetaObject::invokeMethod. Fixes #7138.
qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel 6da12dff287aUnpublished Tags None Subscribers None
Description
Details
|