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:
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2019-12-03 20:50:34 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2019-12-03 20:50:34 +0300
commit44783992823fd04790da7987ecc81cbfb0d8c0c1 (patch)
treec1f91bf6c32e3e753304ba5a1a1e4e3b0baa3823 /src/gui/systray.h
parent53abf5a316c7469cfc8d5e13daa9ce507586dcb9 (diff)
More stuff regarding tray/UserModel.cpp
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Diffstat (limited to 'src/gui/systray.h')
-rw-r--r--src/gui/systray.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/systray.h b/src/gui/systray.h
index 2c817e8d6..2a0e22db7 100644
--- a/src/gui/systray.h
+++ b/src/gui/systray.h
@@ -19,7 +19,7 @@
#include <QQmlContext>
#include "accountmanager.h"
-#include "tray/menumodel.h"
+#include "tray/UserModel.h"
class QIcon;
@@ -48,11 +48,6 @@ public:
void showMessage(const QString &title, const QString &message, MessageIcon icon = Information, int millisecondsTimeoutHint = 10000);
void setToolTip(const QString &tip);
- Q_INVOKABLE QString currentAvatar() const;
- Q_INVOKABLE QString currentAccountServer() const;
- Q_INVOKABLE QString currentAccountUser() const;
- Q_INVOKABLE int numAccounts() const;
-
signals:
void currentUserChanged();