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:
authorMichael Schuster <michael@schuster.ms>2020-01-15 18:30:05 +0300
committerMichael Schuster <michael@schuster.ms>2020-01-15 18:30:05 +0300
commit7b740f5e9a91fb6c814fae6946b3f8ca4260855e (patch)
tree42c6e56e8632148d594d59eacf8c97c666b1ed9b /src/gui/accountstate.h
parentcb328d6cea33186110068eb1d5293d9f7721b261 (diff)
Remove setTalkCapability() from AccountState and filter for Talk upon App list building
Since the per Account App list is now being built in AccountState's slotNavigationAppsFetched it's easy to filter for the availability of the Talk app on the server by its ID property upon App list building, thus eliminating the need for an extra fetch job. Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 8bacdcd9c..c89c664b0 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -167,7 +167,6 @@ public slots:
private:
void setState(State state);
- void setTalkCapability();
void fetchNavigationApps();
signals: