From 4c26392d7256f0c5539e06d62348b0fec7efcd82 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 27 Oct 2021 15:07:17 +0200 Subject: [PATCH] wrong include --- src/common/QskGradientStop.cpp | 2 +- src/common/QskGradientStop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/QskGradientStop.cpp b/src/common/QskGradientStop.cpp index d982eca3..b4e8f341 100644 --- a/src/common/QskGradientStop.cpp +++ b/src/common/QskGradientStop.cpp @@ -3,7 +3,7 @@ * This file may be used under the terms of the QSkinny License, Version 1.0 *****************************************************************************/ -#include "QskGradient.h" +#include "QskGradientStop.h" #include "QskRgbValue.h" #include diff --git a/src/common/QskGradientStop.h b/src/common/QskGradientStop.h index 26ebcdf9..d3cf8931 100644 --- a/src/common/QskGradientStop.h +++ b/src/common/QskGradientStop.h @@ -41,7 +41,7 @@ class QSK_EXPORT QskGradientStop void resetPosition() noexcept; const QColor& color() const noexcept; - void setColor( const QColor& color ) noexcept; + void setColor( const QColor& ) noexcept; void resetColor() noexcept; static QColor interpolated(