From f96bd6cc3cb03a22d10ffdaa66d8b794faa3bf18 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 12 Jan 2021 11:59:07 +0300 Subject: [PATCH] Didn't notice I removed this from the mergening when I resolved merge conflicts, oops --- include/courtroom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/courtroom.h b/include/courtroom.h index 4d4f173..d996715 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -358,6 +358,8 @@ private: QVector ic_chatlog_history; + QQueue chatmessage_queue; + // triggers ping_server() every 45 seconds QTimer *keepalive_timer;