Update LoginDialog.cpp

This commit is contained in:
Wayne Chen 2018-11-07 16:47:27 -08:00 committed by GitHub
parent 13de13b822
commit 3f7e810eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,10 +26,7 @@
#include "Menu.h"
#include "Application.h"
#include "avatar/AvatarManager.h"
#include "scripting/HMDScriptingInterface.h"
#include "ui/overlays/Overlays.h"
#include "ui/overlays/Web3DOverlay.h"
#include "Constants.h"
HIFI_QML_DEF(LoginDialog)
@ -180,7 +177,7 @@ void LoginDialog::createAccountFromSteam(QString username) {
auto accountManager = DependencyManager::get<AccountManager>();
accountManager->sendRequest(CREATE_ACCOUNT_FROM_STEAM_PATH, AccountManagerAuth::None,
NetworkAccessManager::PostOperation, callbackParams,
QNetworkAccessManager::PostOperation, callbackParams,
QJsonDocument(payload).toJson());
});
}