Use Q_ENUM on AuthType to get the name printed in the log

This commit is contained in:
Hannah von Reth 2019-12-12 14:33:07 +01:00 committed by Kevin Ottens
parent a3a872eefe
commit b6e8d47644
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -443,6 +443,7 @@ public:
WebViewFlow,
LoginFlowV2
};
Q_ENUM(AuthType)
explicit DetermineAuthTypeJob(AccountPtr account, QObject *parent = nullptr);
void start();