make topicWidget capable of unsetting the topic
[quassel.git] / src / uisupport / multilineedit.cpp
index 1f9515e..f4a0b95 100644 (file)
@@ -310,6 +310,8 @@ void MultiLineEdit::on_returnPressed(const QString & text) {
     }
     reset();
     tempHistory.clear();
+  } else {
+    emit noTextEntered();
   }
 }