aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-qt4-qstring-from-array.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-qt4-qstring-from-array.md')
-rw-r--r--docs/checks/README-qt4-qstring-from-array.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/checks/README-qt4-qstring-from-array.md b/docs/checks/README-qt4-qstring-from-array.md
new file mode 100644
index 00000000..78339140
--- /dev/null
+++ b/docs/checks/README-qt4-qstring-from-array.md
@@ -0,0 +1,4 @@
+# qt4-qstring-from-array
+
+Warns when using `QString` methods taking a `char*` or a `QByteArray`.
+These are dangerous in Qt4 because Qt4 assumes they are in latin1, while Qt5 assumes they are in utf8.