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

List:       kde-commits
Subject:    kdesdk/kioslave/svn
From:       Mickael Marchand <marchand () kde ! org>
Date:       2005-04-01 16:51:41
Message-ID: 20050401165141.628B2490 () office ! kde ! org
[Download RAW message or body]

CVS commit by marchand: 

hmm no,
DCOP does not convert QString to KURL automatically :)


  M +3 -2      svn.cpp   1.57


--- kdesdk/kioslave/svn/svn.cpp  #1.56:1.57
@@ -694,4 +694,5 @@ void kio_svnProtocol::special( const QBy
 
         stream >> tmp;
+        kdDebug(7128) << "kio_svnProtocol::special " << tmp << endl;
 
         switch ( tmp ) {
@@ -769,5 +770,5 @@ void kio_svnProtocol::special( const QBy
                 case SVN_STATUS: 
                         {
-                                KURL wc;
+                                QString wc;
                                 bool checkRepos=false;
                                 bool fullRecurse=false;
@@ -776,5 +777,5 @@ void kio_svnProtocol::special( const QBy
                                 stream >> fullRecurse;
                                 kdDebug(7128) << "kio_svnProtocol STATUS" << endl;
-                                wc_status(wc,checkRepos,fullRecurse);
+                                wc_status(KURL( wc ),checkRepos,fullRecurse);
                                 break;
                         }


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

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