make topicWidget capable of unsetting the topic
[quassel.git] / src / uisupport / multilineedit.h
index d12dfe6..d8a81ec 100644 (file)
@@ -78,6 +78,7 @@ public slots:
 
 signals:
   void textEntered(const QString &text);
+  void noTextEntered();
 
 protected:
   virtual void keyPressEvent(QKeyEvent * event);