You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything currently stopping us from skipping Qt 4 support? It would be nice to get rid of that, since it makes it harder to develop when you're constrained to things that has to work in Qt 4. Yes, there are workarounds for QJsonValue (parseJson() using QScriptEngine) and and QUrlQuery (with ifdefs), but there is currently no way to serialize QVariant to JSON.
The text was updated successfully, but these errors were encountered:
Three things: Symbian, Meego Harmattan (Nokia N9), and BlackBerry 10. Although, there was Qt 5 build for BlackBerry 10, there is no Qt 5 support for the other two.
Is there anything currently stopping us from skipping Qt 4 support? It would be nice to get rid of that, since it makes it harder to develop when you're constrained to things that has to work in Qt 4. Yes, there are workarounds for QJsonValue (parseJson() using QScriptEngine) and and QUrlQuery (with ifdefs), but there is currently no way to serialize QVariant to JSON.
The text was updated successfully, but these errors were encountered: