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:
authorOlivier Goffart <ogoffart@woboq.com>2017-07-13 12:27:02 +0300
committerOlivier Goffart <olivier@woboq.com>2017-07-13 17:09:42 +0300
commit5738110cb632cb62a36783bbabcc03300db7ff0f (patch)
tree728f8ceae775dc40591a49ef6686e96987bce4ee /src/gui/accountsettings.h
parent6be122edc4341997c007c98774cc46ce8ed03957 (diff)
OAuth2: Have a link to the browser in the owncloud UI
When the browser is open, ad a link in the ui to re-open the browser. Issue #5893
Diffstat (limited to 'src/gui/accountsettings.h')
-rw-r--r--src/gui/accountsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h
index 3e45d7e4a..eaef07eb4 100644
--- a/src/gui/accountsettings.h
+++ b/src/gui/accountsettings.h
@@ -65,7 +65,7 @@ signals:
public slots:
void slotOpenOC();
void slotUpdateQuota(qint64, qint64);
- void slotAccountStateChanged(int state);
+ void slotAccountStateChanged();
AccountState *accountsState() { return _accountState; }