mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Merge pull request #2808 from Trial97/fix_java_download_crash
fix java crash on refresh
This commit is contained in:
commit
281621cfc0
1 changed files with 1 additions and 1 deletions
|
|
@ -57,5 +57,5 @@ class ExactListFilter : public Filter {
|
|||
bool accepts(const QString& value) override;
|
||||
|
||||
private:
|
||||
const QStringList& m_pattern;
|
||||
QStringList m_pattern;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue