X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtgui%2Fbufferviewfilter.h;h=4fc87ed4ad8de7f9b0fa183754da1322870a533c;hp=e5082b4ffaa970189cb33a1e199b457e483cedba;hb=2ee32e7f7707349d12c98181bbe6842f6d19f60e;hpb=a5c0b0735d9a448be2556dfe5dc8e89bb4176cd7 diff --git a/src/qtgui/bufferviewfilter.h b/src/qtgui/bufferviewfilter.h index e5082b4f..4fc87ed4 100644 --- a/src/qtgui/bufferviewfilter.h +++ b/src/qtgui/bufferviewfilter.h @@ -53,9 +53,9 @@ public slots: void changeCurrent(const QModelIndex &, const QModelIndex &); void doubleClickReceived(const QModelIndex &); void select(const QModelIndex &); - //void enterDrag(); - //void leaveDrag(); void dropEvent(QDropEvent *); + void removeBuffer(const QModelIndex &); + signals: void currentChanged(const QModelIndex &, const QModelIndex &); @@ -67,7 +67,7 @@ private: bool filterAcceptNetwork(const QModelIndex &) const; bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const; bool lessThan(const QModelIndex &, const QModelIndex &); - void addBuffer(const uint &, const QString &); + void addBuffer(const uint &); Modes mode; QStringList networks;