Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
4.5.0, 4.8.x, 5.0.0, 6.3.2
-
b85a9d0ee (dev)
-
PM Pending Features
Description
Qt 4.5 comes with a class for writing ODF files. The class is defined in qzipreader.h an qzipwriter.h.
In the header is the following notice:
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It exists for the convenience
// of the QLibrary class. This header file may change from
// version to version without notice, or even be removed.
//
// We mean it.
//
We want to use this class (via QZip class), but I need the insurance, that this classes will not removed in the future.
Update: until this class becomes public API (and this warning above is removed), please don't use. Any public version of this class will differ from the current implementation and your code may break once that happens. For the moment, you can copy QZip into your application (and change the class name to avoid conflicts).
Attachments
Issue Links
- is duplicated by
-
QTBUG-20896 Move qzipreader/writer into QtCore and create a public API
- Closed
-
QTBUG-55016 Add public API for QZipReader and QZipWriter
- Closed
- relates to
-
QTBUG-103246 Qt should have a QIo like what KIO is. But much much better
- Open
-
QTBUG-41387 Can't add a custom file system support (QFSFileEngine, QAbstractFileEngine, QAbstractFileEngineIterator, and QAbstractFileEngineHandler not replaced)
- Reported
-
QTBUG-29121 need QAbstractFileEngine set public export
- Open
-
QTBUG-102364 QZip: Add support for opening password-protected zip files
- Reported