X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=b9235f957bb2974ddd8c2b1f7b3f0e38a7ff0eb1;hp=317d3eec020c1d220a4f00526903a040526cacbe;hb=3bb86923bd1b39089abacc4fcb08bb4939ab70e0;hpb=2a04cb443a50e37165fc2d5447cc705a813efd3e diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index 317d3eec..b9235f95 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.h @@ -29,7 +29,6 @@ class Network; class ChatView; class ChatWidget; -class LayoutThread; #include "buffermodel.h" #include @@ -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;