diff options
| author | Peter Penz <[email protected]> | 2007-03-11 00:56:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-11 00:56:43 +0000 |
| commit | b5cc2a6924cfd8f59611d3cec2edbb00a08b4ff1 (patch) | |
| tree | 376394f5ab1ade82fd083eaa2bfd970b9ab797b7 /src/dolphindetailsview.cpp | |
| parent | fca6867fea49edb4134332562f518ddddd3fc2a1 (diff) | |
Create a SidebarTreeView which will include support for drag & drop in later releases and encapsulates sidebar specific behavior. TODO: using a sort proxy model results in duplicated elements when the dir lister reloads items.
svn path=/trunk/KDE/kdebase/apps/; revision=641359
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index d0556f5b1..773779976 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -117,6 +117,7 @@ bool DolphinDetailsView::event(QEvent* event) return QTreeView::event(event); } + QStyleOptionViewItem DolphinDetailsView::viewOptions() const { return m_viewOptions; |
