Remove duplicate setAuthURL declaration

This commit is contained in:
Frost 2021-12-18 13:36:00 -08:00
parent d2f878000e
commit d2f0583a36

View file

@ -134,7 +134,6 @@ public slots:
void logout();
void generateNewUserKeypair() { generateNewKeypair(); }
void generateNewDomainKeypair(const QUuid& domainID) { generateNewKeypair(false, domainID); }
void setAuthURL(cost QUrl& authURL);
signals:
void authRequired();