mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-02 07:20:05 +00:00
Fixing additional thread lifetime issues
This commit is contained in:
parent
827a0eacf5
commit
7d021f72f3
4 changed files with 7 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ public:
|
|||
settings_.setCacheDatabasePath(QString {cacheDbPath.c_str()});
|
||||
settings_.setCacheDatabaseMaximumSize(20 * 1024 * 1024);
|
||||
}
|
||||
~MainWindowImpl() = default;
|
||||
~MainWindowImpl() { threadPool_.join(); }
|
||||
|
||||
void AsyncSetup();
|
||||
void ConfigureMapLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue