#include "qplatformwindowformat_qpa.h"
#include <QtCore/QDebug>
Go to the source code of this file.
◆ operator<<()
Definition at line 1042 of file qplatformwindowformat_qpa.cpp.
1047 <<
"options " << d->
opts 1051 <<
", redBufferSize " << d->
redSize 1053 <<
", blueBufferSize " << d->
blueSize
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
◆ Q_GLOBAL_STATIC()