981c1fe15f
The intended use cases for toString() are the situations where you
can't use operator<<, such as QVERIFY2, Q_ASSERT_X, etc., which means
that it will often be used as an argument to e.g. QString::arg(), where
the user has control over the structure of the message. For that
reason, adding an extra space to the end is not necessary and just gets
in the way.
This amends
|
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
qdebug.pro | ||
tst_qdebug.cpp |