Remove unused parameter

This commit is contained in:
Tobias Fella
2021-06-30 21:33:26 +02:00
parent 84bc207174
commit 7411447f22
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ private:
void refreshLastUserEvents(int baseTimelineRow);
void refreshEventRoles(int row, const QVector<int> &roles = {});
int refreshEventRoles(const QString &eventId, const QVector<int> &roles = {});
void moveReadMarker(const QString &fromEventId, const QString &toEventId);
void moveReadMarker(const QString &toEventId);
Q_SIGNALS:
void roomChanged();