You can use the following: qDebug().nospace() << "abc" << qPrintable(s) << "def";. The nospace() is to avoid printing out spaces after every ...
確定! 回上一頁