Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions

View File

@@ -340,7 +340,7 @@ QRectF QGTracker::boundingRect() const
return scene()->sceneRect();
}
QPainterPath QGTracker::shape(void) const
QPainterPath QGTracker::shape() const
{
QPainterPath result;
result.addRect(boundingRect());
@@ -465,7 +465,7 @@ void QGTracker::setPoint(std::vector<QPointF> pts)
setPrettyNormal();
}
std::vector<Base::Vector3d> QGTracker::convertPoints(void)
std::vector<Base::Vector3d> QGTracker::convertPoints()
{
std::vector<Base::Vector3d> result;
for (auto& p: m_points) {
@@ -475,7 +475,7 @@ std::vector<Base::Vector3d> QGTracker::convertPoints(void)
return result;
}
void QGTracker::terminateDrawing(void)
void QGTracker::terminateDrawing()
{
// Base::Console().Message("QGTracker::terminateDrawing()\n");
m_track->hide();