From fdf0e1fdb9af59fa1fd33a53215659bdae27abc0 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 21 Oct 2022 16:44:31 +0200 Subject: [PATCH] pointless forward declaration removed --- src/controls/QskSubWindowArea.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controls/QskSubWindowArea.h b/src/controls/QskSubWindowArea.h index 3cbc30d3..cacd94ea 100644 --- a/src/controls/QskSubWindowArea.h +++ b/src/controls/QskSubWindowArea.h @@ -8,7 +8,6 @@ #include "QskControl.h" -class QskGradient; class QskSubWindow; class QSK_EXPORT QskSubWindowArea : public QskControl