diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-01-12 11:59:07 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-01-12 11:59:07 +0300 |
| commit | f96bd6cc3cb03a22d10ffdaa66d8b794faa3bf18 (patch) | |
| tree | 3f62ec873d93330e3c16f67911acb0a820e62646 | |
| parent | 49c3dcdee5994a9af26dadfa987e9e53521a7b21 (diff) | |
Didn't notice I removed this from the mergening when I resolved merge conflicts, oops
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 4d4f1733..d9967157 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -358,6 +358,8 @@ private: QVector<chatlogpiece> ic_chatlog_history; + QQueue<QStringList> chatmessage_queue; + // triggers ping_server() every 45 seconds QTimer *keepalive_timer; |
