X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=032cd0fe162fd749a8697c69599c32c77ed26133;hp=ad411a89866d222fe4611ab1a2051dc7b7484231;hb=3c2914faeb01f3bc32e29f40179ae88040fbcf59;hpb=1658ab9a8f4287fde15f3ceb13503282a6948990 diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index ad411a89..032cd0fe 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -63,6 +63,7 @@ signals: protected: virtual void keyPressEvent(QKeyEvent *); + virtual void dropEvent(QDropEvent *event); virtual void rowsInserted(const QModelIndex & parent, int start, int end); virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); virtual void wheelEvent(QWheelEvent *);