aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/manuallevel/README-qt4-qstring-from-array.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/manuallevel/README-qt4-qstring-from-array.md')
-rw-r--r--src/checks/manuallevel/README-qt4-qstring-from-array.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/checks/manuallevel/README-qt4-qstring-from-array.md b/src/checks/manuallevel/README-qt4-qstring-from-array.md
deleted file mode 100644
index 78339140..00000000
--- a/src/checks/manuallevel/README-qt4-qstring-from-array.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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.