1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-05 23:22:51 +02:00

Code cleanup

This commit is contained in:
2016-05-12 09:03:05 +02:00
parent dcdd250858
commit ee9a8df51f
7 changed files with 142 additions and 103 deletions

View File

@ -67,8 +67,6 @@ GraphView::~GraphView()
if (_info->scene() != _scene)
delete _info;
delete _scene;
}
void GraphView::updateBounds(const QPointF &point)