fix crash on project close from deleting events

This commit is contained in:
garakmon 2023-02-20 18:59:21 -05:00 committed by t
parent 777a6c2e18
commit 508e5f85f1

View file

@ -7,6 +7,7 @@
#include <QSet>
#include <QPixmap>
#include <QJsonObject>
#include <QPointer>
#include "orderedjson.h"
using OrderedJson = poryjson::Json;
@ -198,7 +199,7 @@ protected:
QPixmap pixmap;
DraggablePixmapItem *pixmapItem = nullptr;
EventFrame *eventFrame = nullptr;
QPointer<EventFrame> eventFrame;
};