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

@@ -145,7 +145,7 @@ void TaskCosVertex::setUiPrimary()
ui->dsbY->setUnit(Base::Unit::Length);
}
void TaskCosVertex::updateUi(void)
void TaskCosVertex::updateUi()
{
double x = m_savePoint.x();
double y = - m_savePoint.y();
@@ -201,7 +201,7 @@ void TaskCosVertex::onTrackerClicked(bool b)
enableTaskButtons(false);
}
void TaskCosVertex::startTracker(void)
void TaskCosVertex::startTracker()
{
// Base::Console().Message("TCV::startTracker()\n");
if (m_trackerMode == QGTracker::TrackerMode::None) {
@@ -272,7 +272,7 @@ void TaskCosVertex::onTrackerFinished(std::vector<QPointF> pts, QGIView* qgParen
}
void TaskCosVertex::removeTracker(void)
void TaskCosVertex::removeTracker()
{
// Base::Console().Message("TCV::removeTracker()\n");
if (m_tracker && m_tracker->scene()) {
@@ -290,7 +290,7 @@ void TaskCosVertex::setEditCursor(QCursor c)
}
}
void TaskCosVertex::abandonEditSession(void)
void TaskCosVertex::abandonEditSession()
{
QString msg = tr("In progress edit abandoned. Start over.");
getMainWindow()->statusBar()->show();