mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 21:05:04 +02:00
Fix incorrectly resolved merge conflict, left too much code.
This commit is contained in:
parent
ac01435c37
commit
96e864e4e9
1 changed files with 0 additions and 15 deletions
|
@ -45,21 +45,6 @@ private:
|
||||||
bool _needsHeroCheck { false };
|
bool _needsHeroCheck { false };
|
||||||
bool _needsIdentityUpdate { false };
|
bool _needsIdentityUpdate { false };
|
||||||
|
|
||||||
bool generateFSTHash();
|
|
||||||
bool validateFSTHash(const QString& publicKey) const;
|
|
||||||
QByteArray canonicalJson(const QString fstFile);
|
|
||||||
void requestCurrentOwnership();
|
|
||||||
void sendOwnerChallenge();
|
|
||||||
|
|
||||||
static const QString VERIFY_FAIL_MODEL;
|
|
||||||
|
|
||||||
private slots:
|
|
||||||
void fstRequestComplete();
|
|
||||||
void ownerRequestComplete();
|
|
||||||
void challengeTimeout();
|
|
||||||
|
|
||||||
signals:
|
|
||||||
void startChallengeTimer();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
using MixerAvatarSharedPointer = std::shared_ptr<MixerAvatar>;
|
using MixerAvatarSharedPointer = std::shared_ptr<MixerAvatar>;
|
||||||
|
|
Loading…
Reference in a new issue