mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +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;
|
||||
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
|
||||
" name=\"model_type\"");
|
||||
" name=\"model_categorie\"");
|
||||
if (_isHead) {
|
||||
textPart.setBody("head");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue