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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2015-08-14 12:31:01 +0300
committerMarkus Goetz <markus@woboq.com>2015-08-14 12:31:01 +0300
commit38b8508f15f1e2790722c9c437e5cd3e6fd4dc4b (patch)
treef5a3b7cb0114faaf18e0ff2cc1541b2869f50b92 /src/gui/accountmanager.h
parent76ce5adbf02af052ab8d7596b8ded75c7d4d7fcb (diff)
Account: Save accepted SSL certs immediatly #3617
Diffstat (limited to 'src/gui/accountmanager.h')
-rw-r--r--src/gui/accountmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/accountmanager.h b/src/gui/accountmanager.h
index 033ec2a29..eed8e43e3 100644
--- a/src/gui/accountmanager.h
+++ b/src/gui/accountmanager.h
@@ -78,6 +78,9 @@ private:
bool isAccountIdAvailable(const QString& id) const;
QString generateFreeAccountId() const;
+public slots:
+ void wantsAccountSavedSlot(AccountPtr a);
+
Q_SIGNALS:
void accountAdded(AccountState *account);