summary refs log tree commit diff
path: root/include/ui
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-30 21:41:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-30 21:41:47 +0300
commit3097037c3dc882be2efe64dce6aefeea43d5f040 (patch)
tree1e3375fbd423c3bd18513e6d2a502b7fa1e4cfb8 /include/ui
parentShow room tooltips when the sidebar is collapsed (diff)
downloadnheko-3097037c3dc882be2efe64dce6aefeea43d5f040.tar.xz
Add prototype room settings menu
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/Painter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/Painter.h b/include/ui/Painter.h

index 9558b004..8de39651 100644 --- a/include/ui/Painter.h +++ b/include/ui/Painter.h
@@ -103,7 +103,7 @@ public: drawPixmap(region, pix); } - void drawLetterAvatar(const QChar &c, + void drawLetterAvatar(const QString &c, const QColor &penColor, const QColor &brushColor, int w,