summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorAidan Hahn <aidan@aidanis.online>2019-08-28 18:34:04 -0700
committerAidan Hahn <aidan@aidanis.online>2019-08-28 18:34:04 -0700
commit8a47388ec64880de554e1457cdcd5cbe78d37214 (patch)
tree463378d1b1ef206f6e5074464a3205d85727064b /src/ui
parentadded logic in avatar class to determine rounding type (diff)
downloadnheko-8a47388ec64880de554e1457cdcd5cbe78d37214.tar.xz
rounding options for Avatar class
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Avatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Avatar.h b/src/ui/Avatar.h

index 4df94456..e5e4d873 100644 --- a/src/ui/Avatar.h +++ b/src/ui/Avatar.h
@@ -23,7 +23,7 @@ public: void setLetter(const QString &letter); void setSize(int size); void setTextColor(const QColor &color); - void rounded(bool setting); + void setRounded(bool setting); QColor backgroundColor() const; QColor textColor() const;