summaryrefslogtreecommitdiffstats
path: root/examples/boxplotchart/boxdatareader.h
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-06-06 14:57:44 +0300
committerMika Salmela <mika.salmela@digia.com>2013-06-06 15:19:33 +0300
commit89b8a97da4fc6bdd4a0e1fd52ee57701c4615145 (patch)
tree815443317fe8fa5fdd3ebd58e7fbc3d9d6381a16 /examples/boxplotchart/boxdatareader.h
parent8f0e18a7e02cc4f9018d95379efbfb9cf167dd56 (diff)
Example finalization and documentation
Change-Id: I0ccfa85c689bf6f9519fcce5eb38941de6d8d492 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'examples/boxplotchart/boxdatareader.h')
-rw-r--r--examples/boxplotchart/boxdatareader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/boxplotchart/boxdatareader.h b/examples/boxplotchart/boxdatareader.h
index bdaae1bd..bf725c09 100644
--- a/examples/boxplotchart/boxdatareader.h
+++ b/examples/boxplotchart/boxdatareader.h
@@ -30,7 +30,8 @@ class BoxDataReader : public QTextStream
{
public:
explicit BoxDataReader(QIODevice *device);
- QBoxSet* readBox();
+ QBoxSet *readBox();
+ void readFile(QIODevice *device);
protected:
qreal findMedian(int begin, int end);