DRY image formats

This commit is contained in:
Manuel Dewald
2021-03-11 09:03:13 +01:00
parent 128796c9e8
commit 98344061c1
2 changed files with 11 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ class PathTraverser
protected:
const std::string path;
QStringList getImageFormats() const;
};
class RecursivePathTraverser : public PathTraverser