summaryrefslogtreecommitdiffstats
path: root/examples/curveeditorapp/examplecurvemodel.h
diff options
context:
space:
mode:
authorKnud Dollereder <knud.dollereder@qt.io>2019-01-29 14:57:21 +0100
committerKnud Dollereder <knud.dollereder@qt.io>2019-01-29 14:34:47 +0000
commit566a9ce6a4fc840d5d4b1d5793166c023643e2c6 (patch)
treefd26d118bd967bf1ba0e453b840a5f346d81bda2 /examples/curveeditorapp/examplecurvemodel.h
parent3cedb553d8f0bff015c118a3361d34733ecd0fb4 (diff)
Respect style conventions
Change-Id: I6cdbe71a2addfb08bf2ea167a6e5e1378bdf80be Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'examples/curveeditorapp/examplecurvemodel.h')
-rw-r--r--examples/curveeditorapp/examplecurvemodel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/curveeditorapp/examplecurvemodel.h b/examples/curveeditorapp/examplecurvemodel.h
index 76e9b67..62bfc0b 100644
--- a/examples/curveeditorapp/examplecurvemodel.h
+++ b/examples/curveeditorapp/examplecurvemodel.h
@@ -27,8 +27,7 @@
#include "curveeditormodel.h"
-namespace DesignTools
-{
+namespace DesignTools {
class ExampleCurveModel : public CurveEditorModel
{
@@ -41,7 +40,7 @@ public:
double maximumValue() const override;
- std::vector< QPointF > curve(int i) const override;
+ std::vector<QPointF> curve(int i) const override;
CurveEditorStyle style() const override;
};