summary refs log tree commit diff
path: root/src/timeline2/TimelineModel.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-09-01 22:34:36 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commitccedbde38b312f907c2845132ff60f57bcef7c08 (patch)
tree8d6151e15a9728e5cfe7d0bc566415c09f449406 /src/timeline2/TimelineModel.h
parentAdd basic sections and button placeholders to qml timeline (diff)
downloadnheko-ccedbde38b312f907c2845132ff60f57bcef7c08.tar.xz
Add avatar placeholder and scrollbar to qml timeline
Diffstat (limited to 'src/timeline2/TimelineModel.h')
-rw-r--r--src/timeline2/TimelineModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline2/TimelineModel.h b/src/timeline2/TimelineModel.h

index 41a25f61..9dfb4401 100644 --- a/src/timeline2/TimelineModel.h +++ b/src/timeline2/TimelineModel.h
@@ -29,7 +29,7 @@ public: QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const; Q_INVOKABLE QColor userColor(QString id, QColor background); - + Q_INVOKABLE QString displayName(QString id) const; void addEvents(const mtx::responses::Timeline &events);