Add style for reply popup. Fix ALL of the linting issues
This commit is contained in:
parent
71c1cbcfd1
commit
1d4966d5fd
12 changed files with 23 additions and 16 deletions
|
|
@ -79,8 +79,7 @@ TimelineViewManager::queueEmoteMessage(const QString &msg)
|
|||
}
|
||||
|
||||
void
|
||||
TimelineViewManager::queueReplyMessage(const QString &reply,
|
||||
const QString &related_event)
|
||||
TimelineViewManager::queueReplyMessage(const QString &reply, const QString &related_event)
|
||||
{
|
||||
if (active_room_.isEmpty())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue