The input line is now enabled disabled correctly according to the current buffer...
[quassel.git] / src / qtui / inputwidget.h
index 485ac67..70449d2 100644 (file)
@@ -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
@@ -49,7 +49,7 @@ protected slots:
 //   virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
 //   virtual void commitData(QWidget *editor);
   virtual void currentChanged(const QModelIndex &current, const QModelIndex &previous);
-//   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
+  virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
 //   virtual void editorDestroyed(QObject *editor);
 //   virtual void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end);
 //   virtual void rowsInserted(const QModelIndex &parent, int start, int end);