Merge pull request #2808 from Trial97/fix_java_download_crash

fix java crash on refresh
This commit is contained in:
Alexandru Ionut Tripon 2024-09-14 20:18:51 +03:00 committed by GitHub
commit 281621cfc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,5 +57,5 @@ class ExactListFilter : public Filter {
bool accepts(const QString& value) override;
private:
const QStringList& m_pattern;
QStringList m_pattern;
};