created timeline ghost display class

This commit is contained in:
itsmattkc
2019-08-01 00:35:41 -07:00
parent 295ccfa13f
commit 22d8bf8b59
2 changed files with 10 additions and 3 deletions
@@ -20,7 +20,11 @@
#include "timelineviewghostitem.h"
TimelineViewGhostItem::TimelineViewGhostItem()
{
#include <QPainter>
TimelineViewGhostItem::TimelineViewGhostItem(QGraphicsItem *parent) :
QGraphicsRectItem(parent)
{
setBrush(Qt::NoBrush);
setPen(QPen(Qt::yellow, 2));
}