Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.4.0
-
None
Description
It would be nice if there was a way to stream a QVariant using QTextStream. This would prove extreamly useful if you also included a mechanism to register the stream operators of custom types, as is currently done with qRegisterMetaTypeStreamOperators. All the framework is in place already for binary data, but it woud be nice to see the same functionality implemented for text streams as well.