summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/tools/qhash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index e941a9cbaf..36497c59ff 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -403,7 +403,7 @@ void QHashData::dump()
}
n = n->next;
}
- qDebug(qPrintable(line));
+ qDebug("%s", qPrintable(line));
}
}
}