mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:43:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue