summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-13 21:31:29 +0000
committerGitHub <noreply@github.com>2021-09-13 21:31:29 +0000
commit8e2f1e9dcefb3ea8b0706e0306fdb3a16796ce9c (patch)
treec90f73c51f8ddbe22d17d3d1d43f0a107360882f /src/ui
parentUpdate translation files (diff)
parentStreamline getting other user id from invited direct chat (diff)
downloadnheko-8e2f1e9dcefb3ea8b0706e0306fdb3a16796ce9c.tar.xz
Merge pull request #416 from LorenDB/jdenticon
Add jdenticon support
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Theme.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/Theme.h b/src/ui/Theme.h

index b5bcd4dd..cc39714b 100644 --- a/src/ui/Theme.h +++ b/src/ui/Theme.h
@@ -8,12 +8,6 @@ #include <QPalette> namespace ui { -enum class AvatarType -{ - Image, - Letter -}; - // Default font size. const int FontSize = 16;