summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qppsattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qppsattribute.cpp')
-rw-r--r--src/corelib/kernel/qppsattribute.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/kernel/qppsattribute.cpp b/src/corelib/kernel/qppsattribute.cpp
index 09d8d1bb0c..f4c067e35a 100644
--- a/src/corelib/kernel/qppsattribute.cpp
+++ b/src/corelib/kernel/qppsattribute.cpp
@@ -260,7 +260,8 @@ QVariant QPpsAttribute::toVariant() const
QDebug operator<<(QDebug dbg, const QPpsAttribute &attribute)
{
- dbg << "QPpsAttribute(";
+ QDebugStateSaver saver(dbg);
+ dbg.nospace() << "QPpsAttribute(";
switch (attribute.type()) {
case QPpsAttribute::Number: