X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/e46003aca365ca66ce7c7cccd47fb52d1da2fb91..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/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;