OK, disabled warnings for the moment :)
[quassel.git] / src / qtui / bufferwidget.h
index 317d3ee..b9235f9 100644 (file)
@@ -29,7 +29,6 @@
 class Network;
 class ChatView;
 class ChatWidget;
-class LayoutThread;
 
 #include "buffermodel.h"
 #include <QItemSelectionModel>
@@ -50,13 +49,7 @@ public:
 
   inline QItemSelectionModel *selectionModel() const { return _selectionModel; }
   void setSelectionModel(QItemSelectionModel *selectionModel);
-
-  Network *currentNetwork() const;
   
-signals:
-  void userInput(QString msg) const;
-  void aboutToClose();
-
 protected slots:
 //   virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
 //   virtual void commitData(QWidget *editor);
@@ -68,12 +61,8 @@ protected slots:
 //   virtual void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
 
 private slots:
-  void enterPressed();
-  void changeNick(const QString &newNick) const;
   void removeBuffer(BufferId bufferId);
-
   void setCurrentBuffer(BufferId bufferId);
-  void updateNickSelector() const;
 
 private:
   Ui::BufferWidget ui;