diff options
| author | David Faure <[email protected]> | 2007-03-26 23:04:43 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-03-26 23:04:43 +0000 |
| commit | 85bc196887fbed01187e3830cd28c2500cb01cb2 (patch) | |
| tree | 98cde59002e2e1214e61a328c253ba58546bb532 /src/dolphinview.h | |
| parent | c6bc5511a8ba05d8f44217b404d615d4d56bb53f (diff) | |
Ported to KBookmarkManager::closestBookmark - which even solves another TODO about code duplication.
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).
svn path=/trunk/KDE/kdebase/apps/; revision=646954
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 0bec4824a..14c8372d3 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -211,14 +211,6 @@ public: */ void setUrlEditable(bool editable); - /** - * Returns the complete URL history. The index 0 indicates the oldest - * history element. - * @param index Output parameter which indicates the current - * index of the location. - */ - const QList<UrlNavigator::HistoryElem> urlHistory(int& index) const; - /** Returns true, if at least one item is selected. */ bool hasSelection() const; |
