From 5464d307f27fbc2b5fd52277643d8e719df7cd33 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 13 Jun 2023 14:49:44 +0200 Subject: Removed QColor alias. * colorscale.h: Remove QColor * continuouscolorscale.cpp: No longer uses QColor --- colorscale.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'colorscale.h') 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: -- cgit v1.2.3