]> cloud.milkyroute.net Git - dolphin.git/commit
Update for using a proxy model: prevent accessing the model by model() and doing...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 15 Dec 2006 01:56:57 +0000 (01:56 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 15 Dec 2006 01:56:57 +0000 (01:56 +0000)
commit3b4dfa2040c1e970ba6689bd7a874fab5f423e2d
treea7a39cfcf80aae6bf0fc2c8bc1083673eba19079
parent3bd97ea34c72164a2c583ec28eafcdfc887455cf
Update for using a proxy model: prevent accessing the model by model() and doing a cast do KDirModel afterwards. Instead the access to the KDirModel is done by a member variable. Still the proxy model does not seem to work and leads to a crash as soon as the QListView should work with the proxy model -> in the meantime in line 112 from DolphinView.cpp the KDirModel is used instead of the proxy model.

svn path=/trunk/playground/utils/dolphin/; revision=613768
src/dolphiniconsview.cpp
src/dolphinsortfilterproxymodel.h
src/dolphinview.cpp
src/dolphinview.h