Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qdbusreply.cpp File Reference

(31eb5e238b4ba437bb7fa8a286b5d913dd3f093c)

#include "qdbusreply.h"
#include "qdbusmetatype.h"
#include "qdbusmetatype_p.h"
#include <QDebug>
+ Include dependency graph for qdbusreply.cpp:

Go to the source code of this file.

Functions

void qDBusReplyFill (const QDBusMessage &reply, QDBusError &error, QVariant &data)
 

Function Documentation

◆ qDBusReplyFill()

void qDBusReplyFill ( const QDBusMessage & reply,
QDBusError & error,
QVariant & data )

Fills in the QDBusReply data error and data from the reply message reply.

Definition at line 163 of file qdbusreply.cpp.

References QString::arg(), arg, QDBusMetaTypeId::argument(), QDBusMetaType::demarshall(), error, QDBusError::InvalidSignature, reply, QIODevice::size(), and QDBusMetaType::typeToSignature().

Referenced by QDBusReply< T >::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: