Cleanup: make CylindersModel::updateBestMixes non-slot

This was not used as a target of a connection anywhere.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-01 08:49:43 +01:00 committed by Dirk Hohndel
parent 33b8cf8a36
commit b37c261c95

View file

@ -43,12 +43,12 @@ public:
cylinder_t *cylinderAt(const QModelIndex &index);
bool changed;
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
bool updateBestMixes();
public
slots:
void remove(QModelIndex index);
void cylindersReset(const QVector<dive *> &dives);
bool updateBestMixes();
private:
int rows;