Hi everybody,
i am reading some information by using QProcess::readAllStandardError() and it works fine.
I would like to delete all New lines of this String, but i dont know how to do this by using the Function QString::replace or remove 
Can somebody help?
Now:
Connecting to STCHPS426...
Starting PsExec service on STCHPS426...
Connecting with PsExec service on STCHPS426...
Copying I:\WinZip 8.1.exe to STCHPS426...
Starting I:\WinZip 8.1.exe on STCHPS426...
WinZip 8.1.exe exited on STCHPS426
Connecting to STCHPS426...
Starting PsExec service on STCHPS426...
Connecting with PsExec service on STCHPS426...
Copying I:\WinZip 8.1.exe to STCHPS426...
Starting I:\WinZip 8.1.exe on STCHPS426...
WinZip 8.1.exe exited on STCHPS426
To copy to clipboard, switch view to plain text mode
I want to have this:
Connecting to STCHPS426...
Starting PsExec service on STCHPS426...
Connecting with PsExec service on STCHPS426...
Copying I:\WinZip 8.1.exe to STCHPS426...
Starting I:\WinZip 8.1.exe on STCHPS426...
WinZip 8.1.exe exited on STCHPS426
Connecting to STCHPS426...
Starting PsExec service on STCHPS426...
Connecting with PsExec service on STCHPS426...
Copying I:\WinZip 8.1.exe to STCHPS426...
Starting I:\WinZip 8.1.exe on STCHPS426...
WinZip 8.1.exe exited on STCHPS426
To copy to clipboard, switch view to plain text mode
Bookmarks