summaryrefslogtreecommitdiffstats
path: root/qt/src/qdbuserror.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/src/qdbuserror.h')
-rw-r--r--qt/src/qdbuserror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/src/qdbuserror.h b/qt/src/qdbuserror.h
index 71c636df..e7aacdb0 100644
--- a/qt/src/qdbuserror.h
+++ b/qt/src/qdbuserror.h
@@ -86,7 +86,7 @@ inline bool operator!=(QDBusError::KnownErrors p1, const QDBusError &p2)
inline bool operator!=(const QDBusError &p1, QDBusError::KnownErrors p2)
{ return !(p1 == p2); }
-#ifndef QT_NO_DEBUG
+#ifndef QT_NO_DEBUG_STREAM
QDebug operator<<(QDebug, const QDBusError &);
#endif