 |
Qt 6.x
The Qt SDK
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
11 if (!
gzip.waitForStarted())
14 gzip.write(
"Qt rocks!");
15 gzip.closeWriteChannel();
17 if (!
gzip.waitForFinished())
25 gzip.closeWriteChannel();
27 if (!
gzip.waitForFinished())