mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix linting issue
This commit is contained in:
parent
9159b9ce22
commit
756c7d1671
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ public slots:
|
|||
|
||||
void setHistoryView(const QString &room_id);
|
||||
void queueTextMessage(const QString &msg);
|
||||
void queueReplyMessage(const QString &reply,
|
||||
const QString &related_event);
|
||||
void queueReplyMessage(const QString &reply, const QString &related_event);
|
||||
void queueEmoteMessage(const QString &msg);
|
||||
void queueImageMessage(const QString &roomid,
|
||||
const QString &filename,
|
||||
|
|
Loading…
Reference in a new issue