I serialize "double" data type and get an error though
QDataStream & operator<< ( double f )
operator is defined. Here is the error message:
error: conversion from 'double' to 'const QChar' is ambiguous
Did you meat this situation or understand why it can be like this?