Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-11-27 17:16:09 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-09 13:52:03 +0300
commit33dd42b63f2b6464f1d0619bd587e7937cfce208 (patch)
treee7fc1f8e3042cc82bd62bb7534a3ec63e43256bd /src/gui/accountstate.h
parent4261e0623c1f05f780dbe78d5f8acd5201527537 (diff)
Implement url update on redirect
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 7bdbb247e..b757e1ed7 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -42,6 +42,7 @@ class AccountState : public QObject, public QSharedData
Q_PROPERTY(AccountPtr account MEMBER _account)
public:
+ static void updateUrlDialog(AccountPtr account, const QUrl &url, std::function<void()> callback = {});
enum State {
/// Not even attempting to connect, most likely because the
/// user explicitly signed out or cancelled a credential dialog.