Excuse my english)

I have some problem with Qt 4.4.3.
I know, that it happens because QMimeData::html(), which is used by QClipboard do not convert line-breaks to spaces, as any browser or rich text editor does.
I temporary use QString::simplified(), but it isn't a solution at all because of unwanted trimmings.

Anyone can help?