summaryrefslogtreecommitdiffstats
path: root/libraries/quazip-qt5/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-10 17:02:43 +0200
committer Matteo Bernardini2021-04-10 17:02:43 +0200
commit97e000b8ce16626a160e2196627fb0c884dbcfbf (patch)
treec8bf51d3d2d2b60a4ca906996a8c17ed9cb3ffb9 /libraries/quazip-qt5/README
parentcf65c072371dbcb73b7ea6d75de27bb6b96899f7 (diff)
downloadslackbuilds-current-20210410.1.tar.gz
20210410.1 global branch merge.current-20210410.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/quazip-qt5/README')
-rw-r--r--libraries/quazip-qt5/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/quazip-qt5/README b/libraries/quazip-qt5/README
deleted file mode 100644
index 16d8d75993..0000000000
--- a/libraries/quazip-qt5/README
+++ /dev/null
@@ -1,11 +0,0 @@
-QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
-that can be used to access ZIP archives. It uses the Qt toolkit.
-
-QuaZIP allows you to access files inside ZIP archives using QIODevice API,
-and - yes! - that means that you can also use QTextStream, QDataStream
-or whatever you would like to use on your zipped files.
-
-QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both
-reading from and writing to ZIP archives.
-
-This is the version based on qt5.