Settings dialog

This commit is contained in:
2022-10-10 10:19:55 +02:00
parent 9746f8f653
commit be6e472081
10 changed files with 126 additions and 7 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
using namespace std;
const int DEFAULT_WIDTH = 2;
int DEFAULT_WIDTH = 2;
Image::Image(const QString name, int number, ImageRingList *ringList) :
m_loading(false),
@@ -260,6 +260,7 @@ void ImageRingList::loadThumbnails()
void ImageRingList::stopLoading()
{
m_thumbPool->clear();
m_thumbPool->waitForDone();
}
int ImageRingList::imageCount() const