CE-1727 - Mark as serializable

This commit is contained in:
2024-09-20 10:00:11 -05:00
parent a8e235c155
commit 28ad0661d1

View File

@ -31,7 +31,7 @@ import java.util.Map;
** Base class for the data returned by rendering a Widget.
**
*******************************************************************************/
public abstract class QWidgetData
public abstract class QWidgetData implements Serializable
{
private String label;
private String sublabel;