mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge pull request #3010 from Trial97/lock3
This commit is contained in:
commit
887e4a964a
2 changed files with 11 additions and 1 deletions
|
|
@ -280,6 +280,7 @@ class Application : public QApplication {
|
|||
shared_qobject_ptr<LaunchController> controller;
|
||||
};
|
||||
std::map<QString, InstanceXtras> m_instanceExtras;
|
||||
mutable QMutex m_instanceExtrasMutex;
|
||||
|
||||
// main state variables
|
||||
size_t m_openWindows = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue