Qt 4.8
Classes | Functions
qdbuserror.h File Reference
#include <QtDBus/qdbusmacros.h>
#include <QtCore/qstring.h>

Go to the source code of this file.

Classes

class  QDBusError
 The QDBusError class represents an error received from the D-Bus bus or from remote applications found in the bus. More...
 

Functions

Q_DBUS_EXPORT QDebug operator<< (QDebug, const QDBusError &)
 

Function Documentation

◆ operator<<()

Q_DBUS_EXPORT QDebug operator<< ( QDebug  ,
const QDBusError  
)

Definition at line 374 of file qdbuserror.cpp.

375 {
376  dbg.nospace() << "QDBusError(" << msg.name() << ", " << msg.message() << ')';
377  return dbg.space();
378 }