diff options
| author | Peter Penz <[email protected]> | 2007-11-20 22:36:21 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-20 22:36:21 +0000 |
| commit | a2fc277e1d117b0b78cda5b7f084245e553f36c5 (patch) | |
| tree | 1e15b6df21b9af98daffb6fac4a95dba6a25899c /src/kcategorizedview.h | |
| parent | e46003aca365ca66ce7c7cccd47fb52d1da2fb91 (diff) | |
Allow using a common drag and drop pixmap also for the KCategorizedView. The code is currently encapsulated inside a DOLPHIN_DRAGANDDROP define, we'll clean this up when Qt 4.4 is out (-> KDE 4.1?)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=739375
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); |
