fixed shader packs detection

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-11-10 19:37:11 +02:00
parent 913d81e371
commit 463608b289
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
9 changed files with 42 additions and 16 deletions

View file

@ -54,7 +54,6 @@ class ShaderPack : public Resource {
void setPackFormat(ShaderPackFormat new_format);
bool valid() const override;
[[nodiscard]] bool applyFilter(QRegularExpression filter) const override;
protected:
mutable QMutex m_data_lock;