This commit is contained in:
Manuel
2020-01-26 22:11:53 +01:00
parent bc9dd90acc
commit fa25ced107
2 changed files with 25 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ public:
private:
QStringList listImagesRecursive() const;
unsigned int selectRandom(const QStringList& images) const;
std::string path;
bool recursive;
};