use a different separator for the acl list, as discussed in:

http://lists.kde.org/?l=kde-pim&m=121015531820742&w=2

svn path=/trunk/KDE/kdepim/; revision=805147
wilder-work
Carsten Wolff 18 years ago
parent 3ffc96e006
commit 58903e0e17
  1. 2
      acljobs.cpp

@ -176,7 +176,7 @@ ACLJobs::GetACLJob::GetACLJob( const KUrl& url, const QByteArray &packedArgs)
void ACLJobs::GetACLJob::slotInfoMessage( KJob*, const QString& str,const QString& )
{
// Parse the result
QStringList lst = str.split( " ", QString::KeepEmptyParts );
QStringList lst = str.split( "\"", QString::KeepEmptyParts );
while ( lst.count() >= 2 ) // we take items 2 by 2
{
QString user = lst.front(); lst.pop_front();

Loading…
Cancel
Save