aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/parser
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-11-23 02:58:47 +0900
committerIvan Komissarov <ABBAPOH@gmail.com>2019-11-26 18:20:55 +0000
commita6bbe710087af5b76bf2275d7cddfdeb3938a520 (patch)
treee6478ab6bf860105fcc68c4ec8044ea5273b795a /src/lib/corelib/parser
parente6bd7b1f2242e0b34aedccda790de7ea73794784 (diff)
Apply 'modernize-deprecated-headers' fix-it
C++ standard library provides "modern" headers for the functions from the C standard library Change-Id: I51ac83c1f072773c6a5909a2025e737be539e906 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/parser')
-rw-r--r--src/lib/corelib/parser/qmljsparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/parser/qmljsparser.cpp b/src/lib/corelib/parser/qmljsparser.cpp
index 6390c8a9d..3c8ae51e0 100644
--- a/src/lib/corelib/parser/qmljsparser.cpp
+++ b/src/lib/corelib/parser/qmljsparser.cpp
@@ -40,7 +40,7 @@
#include <QtCore/qdebug.h>
#include <QtCore/qcoreapplication.h>
-#include <string.h>
+#include <cstring>
#include "qmljsengine_p.h"
#include "qmljslexer_p.h"