Skip to content
  • Henrique Pinto's avatar
    * Use a list of variants instead of a string list for extracting files · b2ad7011
    Henrique Pinto authored
       (not complete yet, though). The reason for this is that converting the
       entry name to a QString and then back to a char* might not work, since
       entry names might be in a crazy weirdo made up encoding we can't guess.
       So, some backends might choose to store a QByteArray or any other thing
       supported by a QVariant as the "original name".
    
    
    svn path=/branches/work/libarchive-based-ark/ark/; revision=686041
    b2ad7011