Hi,
d
is a long double
. when I use the statement below, I get the following error.
QString s;
QTextStream ss(&s)
ss << d;
ambiguous overload for 'operator<<' (operand types are 'QTextStream' and 'long double')
Is there any way to use it like that please?