Cleaning up compile warnings.

This commit is contained in:
Ian Rees
2016-05-29 15:25:30 +12:00
committed by wmayer
parent 0e68943ac3
commit 6133971747
10 changed files with 25 additions and 30 deletions

View File

@@ -44,11 +44,7 @@
using namespace TechDrawGui;
QGIFace::QGIFace(int ref) :
reference(ref),
m_fill(Qt::NoBrush)
//m_fill(Qt::CrossPattern)
//m_fill(Qt::Dense3Pattern)
//m_fill(Qt::Dense6Pattern)
reference(ref)
{
setCacheMode(QGraphicsItem::NoCache);
setAcceptHoverEvents(true);