PVS: V730 Not all members of a class are initialized inside the constructor
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
using namespace TechDrawGui;
|
||||
|
||||
QGCustomText::QGCustomText(QGraphicsItem* parent) :
|
||||
QGraphicsTextItem(parent)
|
||||
QGraphicsTextItem(parent), isHighlighted(false)
|
||||
{
|
||||
setCacheMode(QGraphicsItem::NoCache);
|
||||
setAcceptHoverEvents(false);
|
||||
|
||||
Reference in New Issue
Block a user