summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qdebug_p.h')
-rw-r--r--src/corelib/io/qdebug_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qdebug_p.h b/src/corelib/io/qdebug_p.h
index 1dead0f47d..810fc3b4b6 100644
--- a/src/corelib/io/qdebug_p.h
+++ b/src/corelib/io/qdebug_p.h
@@ -25,7 +25,7 @@ QT_BEGIN_NAMESPACE
namespace QtDebugUtils {
-Q_CORE_EXPORT QByteArray toPrintable(const char *data, int len, int maxSize);
+Q_CORE_EXPORT QByteArray toPrintable(const char *data, qint64 len, qsizetype maxSize);
// inline helpers for formatting basic classes.