Function qt_core::q_text_stream::ws

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

Calls skipWhiteSpace() on stream and returns stream.

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

C++ documentation:

Calls skipWhiteSpace() on stream and returns stream.

See also QTextStream manipulators.