X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c8072005fada01d772595ec64adca449134f421e..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/kcategorizedview.h diff --git a/src/kcategorizedview.h b/src/kcategorizedview.h index e0fbec9d5..e2bc61d87 100644 --- a/src/kcategorizedview.h +++ b/src/kcategorizedview.h @@ -1,6 +1,6 @@ /** * This file is part of the KDE project - * Copyright (C) 2007 Rafael Fernández López + * Copyright (C) 2007 Rafael Fernández López * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -36,7 +36,7 @@ class KCategoryDrawer; * * @see KItemCategorizer, KSortFilterProxyModel * - * @author Rafael Fernández López + * @author Rafael Fernández López */ class LIBDOLPHINPRIVATE_EXPORT KCategorizedView : public QListView @@ -85,6 +85,8 @@ protected: virtual void dragLeaveEvent(QDragLeaveEvent *event); + virtual void dropEvent(QDropEvent *event); + virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers);