Fix crash when reloading folder

This commit is contained in:
2019-09-19 17:07:47 +02:00
parent 737b2908a5
commit dbc722a1e6
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ class ImageRingList : public QObject
bool m_liveMode;
public:
explicit ImageRingList(QObject *parent = 0);
~ImageRingList();
bool setDir(const QString path, const QString &currentFile = QString());
void setFile(const QString &file);
ImagePtr currentImage();