summaryrefslogtreecommitdiffhomepage
path: root/qfunctionconfigurator/functionconfig.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-18 07:24:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-18 07:39:58 +0200
commitcf5ab7886e8228d1622566cc59277bcf089199a9 (patch)
tree2f35b7e417a634e8736f5a9a75113aee21ec5b57 /qfunctionconfigurator/functionconfig.h
parentf95add4571874c58b35ff4929bcea75dc4080e16 (diff)
cleanup qfc
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
Diffstat (limited to 'qfunctionconfigurator/functionconfig.h')
-rw-r--r--qfunctionconfigurator/functionconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qfunctionconfigurator/functionconfig.h b/qfunctionconfigurator/functionconfig.h
index 22bfc406..ee2087a0 100644
--- a/qfunctionconfigurator/functionconfig.h
+++ b/qfunctionconfigurator/functionconfig.h
@@ -85,7 +85,7 @@ public:
void addPoint(QPointF pt);
void movePoint(int idx, QPointF pt);
- QList<QPointF> getPoints();
+ const QList<QPointF> getPoints();
void setMaxInput(int MaxInput) {
max_x = MaxInput;
}