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:
authorCamila <hello@camila.codes>2020-10-03 18:12:16 +0300
committerCamila <hello@camila.codes>2021-03-24 17:39:13 +0300
commitf4d8699db85a0e8768a676a6ec556dd31ce22234 (patch)
treedf057eeb643342d6daf51d410ad1104ff58ee52e /src/gui/CMakeLists.txt
parentc29c011095d92f21684a01cfcb0a24e37c536f38 (diff)
Add UserStatus class to retrieve the user status.
- AccountState controls UserStatus. - Display user status in the system tray menu next to user's avatar. Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 13cde2ff9..d3e943063 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -98,6 +98,7 @@ set(client_SRCS
systray.cpp
thumbnailjob.cpp
userinfo.cpp
+ userstatus.cpp
accountstate.cpp
addcertificatedialog.cpp
authenticationdialog.cpp