qtui: Keep editing topic while someone talks
authorLee Starnes <lee@canned-death.us>
Sun, 6 Sep 2020 09:33:27 +0000 (04:33 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 8 Dec 2020 08:37:15 +0000 (09:37 +0100)
commitb0035602d3739325537e4668d92fdd9932f7eccc
treebba862e53b773bcfc5f12264df534340fbedb99a
parent3461631b707c58a4202b54457837b7b159b00717
qtui: Keep editing topic while someone talks

Without this change, it's almost impossible to edit the topic with the
topic widget in busy channels because every message would trigger the
dataChanged signal which would reset the topic and switch the topic
widget out of editing mode.

Fixes #1485.
src/qtui/topicwidget.cpp