X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/e907e75abf2167417d2fa45c668df35b6dfdd094..bf768056294fa3ca471eee71aa2d013db5e25b7b:/src/kcategorizedview.h diff --git a/src/kcategorizedview.h b/src/kcategorizedview.h index 8544392d9..015433ae3 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); @@ -105,6 +107,9 @@ protected Q_SLOTS: virtual void slotLayoutChanged(); + virtual void currentChanged(const QModelIndex ¤t, + const QModelIndex &previous); + private: class Private;