View | Details | Raw Unified | Return to bug 223988 | Differences between
and this patch

Collapse All | Expand All

(-)src/dbus/qdbusintegrator.cpp 2018-01-02 11:31:46.542690000 +0000 (-1 / +1 lines)
Lines 73-79 Link Here
73
static bool isDebugging;
73
static bool isDebugging;
74
#define qDBusDebug              if (!::isDebugging); else qDebug
74
#define qDBusDebug              if (!::isDebugging); else qDebug
75
75
76
Q_GLOBAL_STATIC_WITH_ARGS(const QString, orgFreedesktopDBusString, (QLatin1Stri
76
Q_GLOBAL_STATIC_WITH_ARGS(QString, orgFreedesktopDBusString, (QLatin1String(DBU
77
77
78
static inline QString dbusServiceString()
78
static inline QString dbusServiceString()
79
{ return *orgFreedesktopDBusString(); }
79
{ return *orgFreedesktopDBusString(); }

Return to bug 223988