mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Fixed typo
This commit is contained in:
parent
bf85f8d5e5
commit
65603b0631
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_categorie\"");
|
||||
" name=\"model_category\"");
|
||||
if (_isHead) {
|
||||
textPart.setBody("head");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue