qDebug()<<QString("test\n");
qDebug() << QString("test\n");qDebug() << "test\n";
Запускается ...."test\n"test... завершился с кодом 0
qDebug() << QString("test\r\n");
qDebug() << QString("test\r\n");qDebug() << "test\r\n";
Запускается ..."test\r\n"test... завершился с кодом 0