From b37c261c95761cb5762e91b5d43277d2b0181678 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 1 Feb 2020 08:49:43 +0100 Subject: Cleanup: make CylindersModel::updateBestMixes non-slot This was not used as a target of a connection anywhere. Signed-off-by: Berthold Stoeger --- qt-models/cylindermodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models') diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index 1596fa87f..9f9abc836 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -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 &dives); - bool updateBestMixes(); private: int rows; -- cgit v1.2.3-70-g09d2