]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcategorizedview.h
Use the "new" bug dialog opening bugs.kde.org that will also check for already report...
[dolphin.git] / src / kcategorizedview.h
index 8544392d99e64d921bf321e37ccf6cce1e5b31e4..015433ae3bb75a9210aa72858b101c28416b3347 100644 (file)
@@ -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 &current,
+                                const QModelIndex &previous);
+
 
 private:
     class Private;