aboutsummaryrefslogtreecommitdiff
path: root/colormap.h
diff options
context:
space:
mode:
Diffstat (limited to 'colormap.h')
-rw-r--r--colormap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colormap.h b/colormap.h
index eda4492..1039cfd 100644
--- a/colormap.h
+++ b/colormap.h
@@ -31,11 +31,11 @@ public:
Orientation orientation() const { return m_orientation; }
signals:
- void colorScaleChanged(const ColorScale &scale) const;
+ void colorScaleChanged(const ColorScale *scale) const;
void orientationChanged(Orientation orientation) const;
public slots:
- void setColorScale(const ColorScale &scale);
+ void setColorScale(const ColorScale *scale);
protected:
QSGNode *updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *);