From ad6c01d200e2504de1a383355bd82906fe5c06ed Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 26 Mar 2007 18:34:52 +0000 Subject: 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/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index aee10bcad..0bec4824a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -217,7 +217,7 @@ public: * @param index Output parameter which indicates the current * index of the location. */ - const QLinkedList urlHistory(int& index) const; + const QList urlHistory(int& index) const; /** Returns true, if at least one item is selected. */ bool hasSelection() const; -- cgit v1.3