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:
parent
33b8cf8a36
commit
b37c261c95
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user