mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
removed unnecessary setting of 'username' annotation.
This commit is contained in:
parent
8ddcff6070
commit
2feecf6db8
1 changed files with 0 additions and 3 deletions
|
@ -1247,9 +1247,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
connect(accountManager.data(), &AccountManager::authRequired, dialogsManager.data(), &DialogsManager::showLoginDialog);
|
||||
#endif
|
||||
connect(accountManager.data(), &AccountManager::usernameChanged, this, &Application::updateWindowTitle);
|
||||
connect(accountManager.data(), &AccountManager::usernameChanged, [](QString username){
|
||||
setCrashAnnotation("username", username.toStdString());
|
||||
});
|
||||
|
||||
// set the account manager's root URL and trigger a login request if we don't have the access token
|
||||
accountManager->setIsAgent(true);
|
||||
|
|
Loading…
Reference in a new issue