]> cloud.milkyroute.net Git - dolphin.git/commit
Let the DolphinController be aware on which QAbstractItemView instance he is working...
authorPeter Penz <peter.penz19@gmail.com>
Thu, 21 Feb 2008 12:49:11 +0000 (12:49 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 21 Feb 2008 12:49:11 +0000 (12:49 +0000)
commit188754a3e5b298683b88fbe6786c524c172ed6a9
treed17b3f04bf2fe17c380862ec3f9b28f090ca9cd2
parente287058acb772b55b679a694062361d3fb0e8f89
Let the DolphinController be aware on which QAbstractItemView instance he is working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot.

svn path=/trunk/KDE/kdebase/apps/; revision=777737
src/dolphincolumnview.cpp
src/dolphincolumnwidget.cpp
src/dolphincolumnwidget.h
src/dolphincontroller.cpp
src/dolphincontroller.h
src/dolphindetailsview.cpp
src/dolphindetailsview.h
src/dolphiniconsview.cpp
src/dolphiniconsview.h
src/dolphinview.cpp