fixing multiple adds of the same entry to the input history (thanks seezer for pointi...
[quassel.git] / src / uisupport / inputline.h
index de4206d..453f286 100644 (file)
@@ -40,6 +40,8 @@ private slots:
   void on_returnPressed();
   void on_textChanged(QString newText);
 
+  bool addToHistory(const QString &text);
+
 signals:
   void sendText(QString text);