summaryrefslogtreecommitdiffstats
path: root/examples/charts/boxplotchart/boxdatareader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/boxplotchart/boxdatareader.cpp')
-rw-r--r--examples/charts/boxplotchart/boxdatareader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/boxplotchart/boxdatareader.cpp b/examples/charts/boxplotchart/boxdatareader.cpp
index f634bd4e..b967512b 100644
--- a/examples/charts/boxplotchart/boxdatareader.cpp
+++ b/examples/charts/boxplotchart/boxdatareader.cpp
@@ -50,7 +50,7 @@ QBoxSet *BoxDataReader::readBox()
//! [1]
//! [2]
- QStringList strList = line.split(" ", QString::SkipEmptyParts);
+ QStringList strList = line.split(QLatin1Char(' '), Qt::SkipEmptyParts);
//! [2]
//! [3]