no QVector forward declarations possible with Qt6
This commit is contained in:
parent
4fefe62ad0
commit
27c4704f68
|
@ -11,7 +11,10 @@
|
||||||
#include <qcolor.h>
|
#include <qcolor.h>
|
||||||
|
|
||||||
class QskGradientStop;
|
class QskGradientStop;
|
||||||
|
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 )
|
||||||
template< typename T > class QVector;
|
template< typename T > class QVector;
|
||||||
|
#endif
|
||||||
|
|
||||||
class QSK_EXPORT QskRgbPalette
|
class QSK_EXPORT QskRgbPalette
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue