X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Finputwidget.h;h=86a769386091434cb620215c93b54b4cb8586f74;hp=697f65411e7cd948c37992918542b3e4365e2968;hb=3bb86923bd1b39089abacc4fcb08bb4939ab70e0;hpb=8c38d6c5248c1b364bf56e25be0069f32c4f0408 diff --git a/src/qtui/inputwidget.h b/src/qtui/inputwidget.h index 697f6541..86a76938 100644 --- a/src/qtui/inputwidget.h +++ b/src/qtui/inputwidget.h @@ -28,7 +28,7 @@ #include "buffermodel.h" #include "bufferinfo.h" #include "identity.h" -#include "network.h"; +#include "network.h" class InputWidget : public QWidget { Q_OBJECT @@ -56,7 +56,7 @@ protected slots: // virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected); private slots: - void enterPressed(); + void sendText(QString text); void changeNick(const QString &newNick) const; void setNetwork(const Network *network);