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(