X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;fp=src%2Fuisupport%2Fbufferview.h;h=187b69737364eef559979696c45a91bf35163bc9;hp=26102fd256e66cd9ba2837c0acebef761104953a;hb=0ba56e60f400621ddc291669dc2c03a8e461c224;hpb=a6c3d4252d760a6de70cb000cc3d6ee34a36eb31 diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 26102fd2..187b6973 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -75,7 +75,6 @@ signals: void removeBufferPermanently(const QModelIndex &); protected: - virtual void keyPressEvent(QKeyEvent *); virtual void dropEvent(QDropEvent *event); virtual void rowsInserted(const QModelIndex &parent, int start, int end); virtual void wheelEvent(QWheelEvent *);