X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.cpp;h=a8b414f011813e2d96e774fe155c1c0d0c24ac5c;hp=366582abb89ae47a7973bcef3528a7bdff785db5;hb=8e9f08aa0f4e663473b634511b1bcc40145e9ba9;hpb=3efffa2c3f687b21c8040e9a7ee3830e8f539abf diff --git a/src/qtui/topicwidget.cpp b/src/qtui/topicwidget.cpp index 366582ab..a8b414f0 100644 --- a/src/qtui/topicwidget.cpp +++ b/src/qtui/topicwidget.cpp @@ -183,6 +183,7 @@ void TopicWidget::switchPlain() { ui.stackedWidget->setCurrentIndex(0); ui.topicLineEdit->setText(_topic); updateGeometry(); + emit switchedPlain(); } // filter for the input widget to switch back to normal mode