I get that error when:
main.cpp:
PlatformShim *shim = PlatformShim::instance();
engine.rootContext()->setContextProperty(QStringLiteral("platformShim"), shim);

In a QML file:
Connections {
        target: platformShim
        onPushTokenReceived: {
                pushToken = token
        }
}

I thought Connections were ok across threads?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to