Typo!
This commit is contained in:
parent
2c87b12563
commit
9fddb5a678
@ -105,7 +105,7 @@ CustomUploader::CustomUploader(QString absFilePath) {
|
||||
if (!bool64.isNull() && !bool64.isUndefined()) {
|
||||
if (!bool64.isBool()) error(absFilePath, "base64 must be boolean");
|
||||
base64 = bool64.toBool();
|
||||
if (rFormat = RequestFormat::JSON && !base64) error(absFilePath, "base64 required with json");
|
||||
if (rFormat == RequestFormat::JSON && !base64) error(absFilePath, "base64 required with json");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user