I\'m using the the C++/Qt print function qDebug, but sometimes I would like to control how \", space and newline is appended and not use the default qDebug.
Let\'s
Since Qt 5.4 you can also write:
qDebug().nospace().noquote() << var1;