cleanup: remove CleanerTableModel::warningMessage signal

Nobody was ever listening to this signal(?) and the last sender
was removed in ac52034778.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-23 12:17:48 +01:00 committed by Dirk Hohndel
parent ee553e059d
commit dedf8858fb
2 changed files with 1 additions and 8 deletions

View file

@ -26,9 +26,7 @@ CylindersModel *DivePlannerPointsModel::cylindersModel()
return &cylinders;
}
/* TODO: Port this to CleanerTableModel to remove a bit of boilerplate and
* use the signal warningMessage() to communicate errors to the MainWindow.
*/
/* TODO: Port this to CleanerTableModel to remove a bit of boilerplate. */
void DivePlannerPointsModel::removeSelectedPoints(const QVector<int> &rows)
{
if (!rows.count())