projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3a872e
)
Use Q_ENUM on AuthType to get the name printed in the log
author
Hannah von Reth
<hannah.vonreth@owncloud.com>
Thu, 12 Dec 2019 13:33:07 +0000
(14:33 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:04 +0000
(10:59 +0100)
src/libsync/networkjobs.h
patch
|
blob
|
history
diff --git
a/src/libsync/networkjobs.h
b/src/libsync/networkjobs.h
index 5b76a96923705eff14fa1d390e9b70c2e33f362b..82e56fa0ae53d1b8145327c2cc42613dfdd32680 100644
(file)
--- a/
src/libsync/networkjobs.h
+++ b/
src/libsync/networkjobs.h
@@
-443,6
+443,7
@@
public:
WebViewFlow,
LoginFlowV2
};
+ Q_ENUM(AuthType)
explicit DetermineAuthTypeJob(AccountPtr account, QObject *parent = nullptr);
void start();