Add override keyword

This commit is contained in:
2022-05-20 10:33:45 +02:00
parent 571fa57af2
commit b6b6863331
8 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class ImageRingList : public QAbstractItemModel
QThreadPool *m_thumbPool;
public:
explicit ImageRingList(QObject *parent = 0);
~ImageRingList();
~ImageRingList() override;
bool setDir(const QString path, const QString &currentFile = QString());
void setFile(const QString &file);
ImagePtr currentImage();