X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=76201b2bd3df8c7fe1d0dc0f2e02c0a9c327a0a7;hp=4a752c7058708e098bb3290a1e678b00afaf6cc3;hb=eb903042cd48f1e1907a963f7d2baf93b54b2476;hpb=8699dd758516d0ded076811e8ea656adc95e69d0 diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 4a752c70..76201b2b 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -36,7 +36,7 @@ public: BufferView(QWidget *parent = 0); void init(); void setModel(QAbstractItemModel *model); - void setFilteredModel(QAbstractItemModel *model, BufferViewFilter::Modes mode, QList nets); + void setFilteredModel(QAbstractItemModel *model, BufferViewFilter::Modes mode, QList nets); signals: void removeBuffer(const QModelIndex &); @@ -46,6 +46,7 @@ private slots: void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end); void toggleHeader(bool checked); + void showContextMenu(const QPoint &); };