#include "qvideosurfaceformat.h"
#include <qdebug.h>
#include <qmetatype.h>
#include <qpair.h>
#include <qvariant.h>
#include <qvector.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 609 of file qvideosurfaceformat.cpp.
713 dbg <<
"\n " << propertyName.
data() <<
" = " << f.
property(propertyName.
data());
char * data()
Returns a pointer to the data stored in the byte array.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
The QByteArray class provides an array of bytes.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.