rounding options for Avatar class

This commit is contained in:
Aidan Hahn 2019-08-28 18:34:04 -07:00
parent 26002bf0e4
commit 8a47388ec6
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 2266811 additions and 2 deletions

View file

@ -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;