]> cloud.milkyroute.net Git - dolphin.git/commit
Using a QLinkedList mostly for "accessing element at index i" is not the best solutio...
authorDavid Faure <faure@kde.org>
Mon, 26 Mar 2007 18:34:52 +0000 (18:34 +0000)
committerDavid Faure <faure@kde.org>
Mon, 26 Mar 2007 18:34:52 +0000 (18:34 +0000)
commitad6c01d200e2504de1a383355bd82906fe5c06ed
tree8adbbc4668426ef54f7fd0fc7d06b441bdd06a80
parent1a321e5fbcdaf7d92d023bb1f8f2c6352b3c133e
Using a QLinkedList mostly for "accessing element at index i" is not the best solution performance-wise... use a QList instead.

svn path=/trunk/KDE/kdebase/apps/; revision=646813
src/dolphinmainwindow.cpp
src/dolphinview.cpp
src/dolphinview.h
src/urlnavigator.cpp
src/urlnavigator.h