From 7b2f7e65fd1bd0ceda02f3e0bb06b435ae37dfd6 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Mon, 27 Dec 2021 20:49:27 +0100 Subject: Run linter --- src/timeline/TimelineModel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/timeline/TimelineModel.h') diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index 9ee78831..bbc1e5ef 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -189,7 +189,7 @@ class TimelineModel : public QAbstractListModel public: explicit TimelineModel(TimelineViewManager *manager, - const QString& room_id, + const QString &room_id, QObject *parent = nullptr); enum Roles @@ -272,7 +272,8 @@ public: Q_INVOKABLE bool saveMedia(const QString &eventId) const; Q_INVOKABLE void showEvent(QString eventId); Q_INVOKABLE void copyLinkToEvent(const QString &eventId) const; - void cacheMedia(const QString &eventId, const std::function &callback); + void + cacheMedia(const QString &eventId, const std::function &callback); Q_INVOKABLE void sendReset() { beginResetModel(); -- cgit 1.5.1