┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-11-20 22:36:21 +0000
committerPeter Penz <[email protected]>2007-11-20 22:36:21 +0000
commita2fc277e1d117b0b78cda5b7f084245e553f36c5 (patch)
tree1e15b6df21b9af98daffb6fac4a95dba6a25899c /src/dolphiniconsview.h
parente46003aca365ca66ce7c7cccd47fb52d1da2fb91 (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/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 6c3f6fa38..752f6e317 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -88,13 +88,6 @@ private:
KFileItem itemForIndex(const QModelIndex& index) const;
- /**
- * Returns true, if the QListView-issue in QListView::visualRect()
- * must be bypassed. TODO: this method is only temporary to have
- * a usable drag & drop behavior until the issue in Qt is fixed.
- */
- bool bypassVisualRectIssue() const;
-
private:
DolphinController* m_controller;
DolphinCategoryDrawer* m_categoryDrawer;