mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +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 _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>;
|
||||
|
|
Loading…
Reference in a new issue