emit keyword is incompatible with oneTBB

This commit is contained in:
Dan Paulat 2023-06-05 21:53:24 -05:00
parent b9f55fbb4d
commit ea6134acea
24 changed files with 81 additions and 72 deletions

View file

@ -391,7 +391,7 @@ void Level2ProductView::UpdateColorTable()
p->savedOffset_ = offset;
p->savedScale_ = scale;
emit ColorTableUpdated();
Q_EMIT ColorTableUpdated();
}
void Level2ProductView::ComputeSweep()
@ -689,7 +689,7 @@ void Level2ProductView::ComputeSweep()
UpdateColorTable();
emit SweepComputed();
Q_EMIT SweepComputed();
}
void Level2ProductViewImpl::ComputeCoordinates(

View file

@ -305,7 +305,7 @@ void Level3ProductView::UpdateColorTable()
p->savedOffset_ = offset;
p->savedScale_ = scale;
emit ColorTableUpdated();
Q_EMIT ColorTableUpdated();
}
} // namespace view

View file

@ -406,7 +406,7 @@ void Level3RadialView::ComputeSweep()
UpdateColorTable();
emit SweepComputed();
Q_EMIT SweepComputed();
}
void Level3RadialViewImpl::ComputeCoordinates(

View file

@ -335,7 +335,7 @@ void Level3RasterView::ComputeSweep()
UpdateColorTable();
emit SweepComputed();
Q_EMIT SweepComputed();
}
std::shared_ptr<Level3RasterView> Level3RasterView::Create(

View file

@ -155,7 +155,7 @@ void RadarProductView::ComputeSweep()
{
logger_->debug("ComputeSweep()");
emit SweepComputed();
Q_EMIT SweepComputed();
}
} // namespace view