mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 13:49:46 +02:00
Remove duplicate setAuthURL declaration
This commit is contained in:
parent
d2f878000e
commit
d2f0583a36
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ public slots:
|
||||||
void logout();
|
void logout();
|
||||||
void generateNewUserKeypair() { generateNewKeypair(); }
|
void generateNewUserKeypair() { generateNewKeypair(); }
|
||||||
void generateNewDomainKeypair(const QUuid& domainID) { generateNewKeypair(false, domainID); }
|
void generateNewDomainKeypair(const QUuid& domainID) { generateNewKeypair(false, domainID); }
|
||||||
void setAuthURL(cost QUrl& authURL);
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void authRequired();
|
void authRequired();
|
||||||
|
|
Loading…
Reference in a new issue