aboutsummaryrefslogtreecommitdiffstats
path: root/examples/helloworld-complex/src/main.cpp
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 /examples/helloworld-complex/src/main.cpp
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 'examples/helloworld-complex/src/main.cpp')
-rw-r--r--examples/helloworld-complex/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld-complex/src/main.cpp b/examples/helloworld-complex/src/main.cpp
index f3dbcc4f7..691c401e5 100644
--- a/examples/helloworld-complex/src/main.cpp
+++ b/examples/helloworld-complex/src/main.cpp
@@ -54,7 +54,7 @@
#include "specialfeature.h"
#endif
-#include <stdio.h>
+#include <cstdio>
#ifndef HAVE_MAIN_CPP
# error missing define HAVE_MAIN_CPP