wrong include

This commit is contained in:
Uwe Rathmann 2021-10-27 15:07:17 +02:00
parent 4938156ada
commit 4c26392d72
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* This file may be used under the terms of the QSkinny License, Version 1.0 * 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 "QskRgbValue.h"
#include <qhashfunctions.h> #include <qhashfunctions.h>

View File

@ -41,7 +41,7 @@ class QSK_EXPORT QskGradientStop
void resetPosition() noexcept; void resetPosition() noexcept;
const QColor& color() const noexcept; const QColor& color() const noexcept;
void setColor( const QColor& color ) noexcept; void setColor( const QColor& ) noexcept;
void resetColor() noexcept; void resetColor() noexcept;
static QColor interpolated( static QColor interpolated(