diff --git a/qt-models/divepicturemodel.h b/qt-models/divepicturemodel.h index f20b7037b..53a72076a 100644 --- a/qt-models/divepicturemodel.h +++ b/qt-models/divepicturemodel.h @@ -24,8 +24,7 @@ public: void updateDivePicturesWhenDone(QList>); void removePicture(const QString& fileUrl, bool last); int rowDDStart, rowDDEnd; - -protected: +private: DivePictureModel(); QList pictures; };