Remove ctor args from QGIView and descendents.

This commit is contained in:
Ian Rees
2016-06-06 19:13:38 +12:00
committed by wmayer
parent 04dac86bd4
commit 1bb88a761e
21 changed files with 63 additions and 82 deletions

View File

@@ -60,8 +60,7 @@ void _dumpPath(const char* text,QPainterPath path);
const float lineScaleFactor = 1.; // temp fiddle for devel
const float vertexScaleFactor = 2.; // temp fiddle for devel
QGIViewPart::QGIViewPart(const QPoint &pos, QGraphicsScene *scene)
:QGIView(pos, scene)
QGIViewPart::QGIViewPart()
{
setHandlesChildEvents(false);
setCacheMode(QGraphicsItem::NoCache);