Hey there,

I have a QString containing "\n".
I want to convert this to a QChar containing '\n'.

How can I do that ?

Thanks.