mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 08:55:38 +02:00
return for AccountManager sendRequest if threads do not match
This commit is contained in:
parent
044fb983d7
commit
d9abc79b5d
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ void AccountManager::sendRequest(const QString& path,
|
|||
Q_ARG(const QByteArray&, dataByteArray),
|
||||
Q_ARG(QHttpMultiPart*, dataMultiPart),
|
||||
Q_ARG(QVariantMap, propertyMap));
|
||||
return;
|
||||
}
|
||||
|
||||
QNetworkAccessManager& networkAccessManager = NetworkAccessManager::getInstance();
|
||||
|
|
Loading…
Reference in a new issue