mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:56:55 +02:00
Changed model_type to model_categorie in FstReader
This commit is contained in:
parent
a908c23f61
commit
bf85f8d5e5
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ bool FstReader::zip() {
|
||||||
|
|
||||||
QHttpPart textPart;
|
QHttpPart textPart;
|
||||||
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
|
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
|
||||||
" name=\"model_type\"");
|
" name=\"model_categorie\"");
|
||||||
if (_isHead) {
|
if (_isHead) {
|
||||||
textPart.setBody("head");
|
textPart.setBody("head");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue