[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kio/bookmarks
From:       Laurent Montel <montel () kde ! org>
Date:       2005-06-01 9:45:48
Message-ID: 1117619148.874780.7405.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 420752 by mlaurent:

Add ref


 M  +1 -1      kbookmark.cc  
 M  +1 -1      kbookmark.h  


--- trunk/KDE/kdelibs/kio/bookmarks/kbookmark.cc #420751:420752
@@ -357,7 +357,7 @@
     return grp.first();
 }
 
-QString KBookmark::commonParent(QString A, QString B)
+QString KBookmark::commonParent(QString& A, QString& B)
 {
     while(depth(A) > depth(B))
         A = parentAddress(A);
--- trunk/KDE/kdelibs/kio/bookmarks/kbookmark.h #420751:420752
@@ -168,7 +168,7 @@
      * has the greatest depth
      * @since 3.5
      */
-     static QString commonParent(QString A, QString B);
+     static QString commonParent(QString& A, QString& B);
 
     /**
      * Get the value of a specific metadata item.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic