diff options
Diffstat (limited to 'src/kcategorizedview.h')
| -rw-r--r-- | src/kcategorizedview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kcategorizedview.h b/src/kcategorizedview.h index 8544392d9..e2bc61d87 100644 --- a/src/kcategorizedview.h +++ b/src/kcategorizedview.h @@ -85,6 +85,8 @@ protected: virtual void dragLeaveEvent(QDragLeaveEvent *event); + virtual void dropEvent(QDropEvent *event); + virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers); |
