mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
mark unused variable as bein unused to avoid clang warning
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
fe7a62bc77
commit
7180b09807
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ void WebFlowCredentials::askFromUser() {
|
|||
#ifdef WITH_WEBENGINE
|
||||
bool useFlow2 = (type != DetermineAuthTypeJob::WebViewFlow);
|
||||
#else // WITH_WEBENGINE
|
||||
Q_UNUSED(type)
|
||||
bool useFlow2 = true;
|
||||
#endif // WITH_WEBENGINE
|
||||
|
||||
|
|
Loading…
Reference in a new issue