X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferview.h;h=0c06cafa407d3a82cc36ca9d9d3d7f6718aef73e;hp=8a130d6898fbeb90b72145f9e8bb61120d6c70d4;hb=8a618fb4514d83a76cec8e7cd1319b935366a616;hpb=c0ca17fde48836a5d2e7ea9ceaaabcdd7225d9b8 diff --git a/src/qtui/bufferview.h b/src/qtui/bufferview.h index 8a130d68..0c06cafa 100644 --- a/src/qtui/bufferview.h +++ b/src/qtui/bufferview.h @@ -46,8 +46,9 @@ signals: void removeBuffer(const QModelIndex &); void selectionChanged(const QModelIndex &, QItemSelectionModel::SelectionFlags); -protected: +private slots: void dropEvent(QDropEvent *); + void joinChannel(const QModelIndex &index); void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end); };