aboutsummaryrefslogtreecommitdiff
path: root/colorscale.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-06-13 14:49:44 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-06-13 14:49:44 +0200
commit5464d307f27fbc2b5fd52277643d8e719df7cd33 (patch)
tree952599e5dac40d438f7d763abd849b3b130bdf8f /colorscale.h
parent4ef37f16257b42512ec610cc5def338707308747 (diff)
Removed QColor alias.
* colorscale.h: Remove QColor * continuouscolorscale.cpp: No longer uses QColor
Diffstat (limited to 'colorscale.h')
-rw-r--r--colorscale.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colorscale.h b/colorscale.h
index e2854bd..7bd47a9 100644
--- a/colorscale.h
+++ b/colorscale.h
@@ -25,8 +25,6 @@ public:
float r, g, b, a;
};
-using QColor = Color;
-
class ColorScale
{
public: