pub unsafe fn noforcepoint(
    s: impl CastInto<Ref<QTextStream>>
) -> Ref<QTextStream>
Expand description

Calls QTextStream::setNumberFlags(QTextStream::numberFlags() & ~QTextStream::ForcePoint) on stream and returns stream.

Calls C++ function: QTextStream& noforcepoint(QTextStream& s).

C++ documentation: