mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:33:33 +02:00
Fix AccountManager not compiling on Windows
This commit is contained in:
parent
01944f5100
commit
64c89a5dde
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ Q_DECLARE_METATYPE(AccountManagerAuth::Type);
|
|||
const QByteArray ACCESS_TOKEN_AUTHORIZATION_HEADER = "Authorization";
|
||||
|
||||
using UserAgentGetter = std::function<QString()>;
|
||||
auto DEFAULT_USER_AGENT_GETTER = []() -> QString { return HIGH_FIDELITY_USER_AGENT; };
|
||||
|
||||
const auto DEFAULT_USER_AGENT_GETTER = []() -> QString { return HIGH_FIDELITY_USER_AGENT; };
|
||||
|
||||
class AccountManager : public QObject, public Dependency {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue