mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Use Q_ENUM on AuthType to get the name printed in the log
This commit is contained in:
parent
a3a872eefe
commit
b6e8d47644
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ public:
|
|||
WebViewFlow,
|
||||
LoginFlowV2
|
||||
};
|
||||
Q_ENUM(AuthType)
|
||||
|
||||
explicit DetermineAuthTypeJob(AccountPtr account, QObject *parent = nullptr);
|
||||
void start();
|
||||
|
|
Loading…
Reference in a new issue