Skip to content

Use enum for uncompression instead of string values

Alexander Lohnau requested to merge work/refactor_compression_to_use_enum into master

In KF6 we can do this more clean fashion by using a d-ptr. But for now this is the best we can do and it is more readable than comparing string values.

@leinir

Merge request reports