┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-28 21:04:15 +0000
committerPeter Penz <[email protected]>2009-08-28 21:04:15 +0000
commit41c14c5f8ebc00ba443f13d300f5b445aee7aa1b (patch)
tree480a235901910eaa707d50050cf6f37ee83ab30a /src/dolphindetailsview.cpp
parentdcf397ae512850805dbe37fc03ece82be2660bd0 (diff)
I wanted to this for KDE 4.1 already, but well...
Columview refactoring: Get rid of "isColumnView()" special cases in DolphinView and the interface code duplications due to delegating non-QAbstractItemView interfaces to the column view. This reduces the code size + complexity a lot and will make future maintainance of the columnview and DolphinView a lot easier. Currently there are some regressions in the column view, but this will be fixed during the next 14 days. svn path=/trunk/KDE/kdebase/apps/; revision=1016776
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 69fe5760f..7f75fdda6 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -546,7 +546,6 @@ void DolphinDetailsView::setZoomLevel(int level)
updateDecorationSize(showPreview);
}
-
void DolphinDetailsView::slotShowPreviewChanged()
{
const DolphinView* view = m_controller->dolphinView();