[TD]remove obsolete QPointF (LGTM)
This commit is contained in:
@@ -299,10 +299,6 @@ QGIViewBalloon::QGIViewBalloon() :
|
||||
balloonShape->setZValue(ZVALUE::DIMENSION + 1); //above balloonLines!
|
||||
balloonShape->setStyle(Qt::SolidLine);
|
||||
|
||||
oldLabelCenter = new QPointF;
|
||||
oldLabelCenter->setX(0.0);
|
||||
oldLabelCenter->setY(0.0);
|
||||
|
||||
balloonLabel->setPosFromCenter(0, 0);
|
||||
|
||||
// connecting the needed slots and signals
|
||||
|
||||
@@ -179,7 +179,6 @@ protected:
|
||||
double m_lineWidth;
|
||||
bool m_obtuse;
|
||||
void parentViewMousePressed(QGIView *view, QPointF pos);
|
||||
QPointF *oldLabelCenter;
|
||||
QGIView *parent; //used to create edit dialog
|
||||
|
||||
TechDraw::DrawView* getSourceView() const;
|
||||
|
||||
Reference in New Issue
Block a user