mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 15:30:11 +02:00
make sure NetworkAccessManager singleton is on main AC thread
This commit is contained in:
parent
ef9bb85f8a
commit
411733feb7
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) :
|
|||
// connections to AccountManager for authentication
|
||||
connect(&AccountManager::getInstance(), &AccountManager::authRequired,
|
||||
this, &AssignmentClient::handleAuthenticationRequest);
|
||||
|
||||
NetworkAccessManager::getInstance();
|
||||
}
|
||||
|
||||
void AssignmentClient::sendAssignmentRequest() {
|
||||
|
|
Loading…
Reference in a new issue