summaryrefslogtreecommitdiff
path: root/src/corelib/tools/qhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qhash.cpp')
-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 18537023ad..e0cd068158 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));
}
}
}