#include <QString>
Go to the source code of this file.
|
QString | gunzip (QString fileName, bool *wasZipped=NULL) |
| gunzip a file using QProcess More...
|
|
QString | gzip (QString fileName) |
| gzip a file using QProcess More...
|
|
QString gunzip |
( |
QString |
fileName, |
|
|
bool * |
wasZipped = NULL |
|
) |
| |
gunzip a file using QProcess
- Parameters
-
fileName | name of file to gunzip |
wasZipped | set to true if file was zipped |
- Returns
- altered file name
QString gzip |
( |
QString |
fileName | ) |
|
gzip a file using QProcess
- Parameters
-
fileName | name of file to gzip |
- Returns
- altered file name