Revision 707774

Go back to digest for 9th September 2007

Features in KDE Base

Daniel Teske committed changes in /trunk/KDE/kdelibs/kio/bookmarks/kbookmark.cc:

Simplification of code.
I think the old traverser code was correct, but it took me a lot of time to convince myself that the oddities are not harmful.
e.g. the root bookmark is added twice to the stack.

This works, because root.next(root) returns KBookmark().

So yeah, rewrite that to be readable.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kio/bookmarks/kbookmark.cc
1 files changed in total