~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to ark/plugins/clizipplugin/cliplugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-08-04 23:20:03 UTC
  • mfrom: (1.2.49 upstream)
  • Revision ID: james.westby@ubuntu.com-20100804232003-vkrdl1d20p6eav1a
Tags: 4:4.5.0b-0ubuntu1
New tar from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                ArchiveEntry e;
107
107
                e[Permissions] = entryPattern.cap(1);
108
108
                e[IsDirectory] = (entryPattern.cap(1).at(0) == 'd');
109
 
                e[Owner] = entryPattern.cap(3);
110
109
                e[Size] = entryPattern.cap(4).toInt();
111
110
                QString status = entryPattern.cap(5);
112
111
                if (status[0].isUpper())