summaryrefslogtreecommitdiffstats
path: root/tests/qmlperf/datagenerator.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-04-14 14:23:20 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-04-14 14:26:46 +0300
commit5ba7f70d0d94de720d49b37b2d257b51b9afd026 (patch)
tree19f8f355a85a913a194cf610731ceebd8d8fb643 /tests/qmlperf/datagenerator.h
parent62f90e25eec23cfac83985993f355feeac5b9f2c (diff)
parent916d67d2664b0262cd03b28ad0c694924dd09b13 (diff)
Merge branch 'develop'v1.2.1
Diffstat (limited to 'tests/qmlperf/datagenerator.h')
-rw-r--r--tests/qmlperf/datagenerator.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/qmlperf/datagenerator.h b/tests/qmlperf/datagenerator.h
index c066d80c..ce7d235e 100644
--- a/tests/qmlperf/datagenerator.h
+++ b/tests/qmlperf/datagenerator.h
@@ -1,15 +1,15 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc
+** Copyright (C) 2015 The Qt Company Ltd
** All rights reserved.
-** For any questions to Digia, please use contact form at http://qt.io
+** For any questions to The Qt Company, please use contact form at http://qt.io
**
** This file is part of the Qt Data Visualization module.
**
** Licensees holding valid commercial license for Qt may use this file in
** accordance with the Qt License Agreement provided with the Software
** or, alternatively, in accordance with the terms contained in a written
-** agreement between you and Digia.
+** agreement between you and The Qt Company.
**
** If you have questions regarding the use of this file, please use
** contact form at http://qt.io
@@ -20,6 +20,7 @@
#define DATAGENERATOR_H
#include <QtDataVisualization/QScatter3DSeries>
+#include <QtCore/QFile>
using namespace QtDataVisualization;
@@ -33,9 +34,11 @@ public:
public slots:
void generateData(QScatter3DSeries *series, uint count);
void add(QScatter3DSeries *series, uint count);
+ void writeLine(int itemCount, float fps);
private:
QScatter3DSeries m_series;
+ QFile *m_file;
};
#endif // DATAGENERATOR_H