Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdbusreply.cpp File Reference

(5e4fedb906a47092749824feb21b095185fcf0b4)

#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 147 of file qdbusreply.cpp.