From a2fc277e1d117b0b78cda5b7f084245e553f36c5 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 20 Nov 2007 22:36:21 +0000 Subject: 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: ereslibre@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=739375 --- src/dolphiniconsview.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/dolphiniconsview.h') 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; -- cgit v1.3.1