summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-14 11:23:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-14 11:23:37 +0100
commit3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0 (patch)
treec0febbda6a1eff4693e856eb0bee65b3ac400136 /src/bookmarks/bookmarkstreemodel.cpp
parentrekonq 0.3.91 (diff)
downloadrekonq-3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0.tar.xz
Krazy issues (1st branch)
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-rw-r--r--src/bookmarks/bookmarkstreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp
index f80fdc74..95e5ad41 100644
--- a/src/bookmarks/bookmarkstreemodel.cpp
+++ b/src/bookmarks/bookmarkstreemodel.cpp
@@ -268,7 +268,7 @@ void BookmarksTreeModel::bookmarksChanged( const QString &groupAddress )
QModelIndex nodeIndex;
QStringList indexChain( groupAddress.split( '/', QString::SkipEmptyParts) );
- foreach( QString sIndex, indexChain )
+ foreach( const QString &sIndex, indexChain )
{
bool ok;
int i = sIndex.toInt( &ok );