Fix typo in NetRequest.cpp
Signed-off-by: LAHarbottle <87842870+LAHarbottle@users.noreply.github.com> (cherry picked from commit 66c6399adedcb52c2b7391cdbf38602f8b2814a6)
This commit is contained in:
parent
f9ab98f2cf
commit
6de8ed91a3
@ -80,7 +80,7 @@ void NetRequest::executeTask()
|
|||||||
emit finished();
|
emit finished();
|
||||||
return;
|
return;
|
||||||
case State::Running:
|
case State::Running:
|
||||||
qCDebug(logCat) << getUid().toString() << "Runninng " << m_url.toString();
|
qCDebug(logCat) << getUid().toString() << "Running " << m_url.toString();
|
||||||
break;
|
break;
|
||||||
case State::Inactive:
|
case State::Inactive:
|
||||||
case State::Failed:
|
case State::Failed:
|
||||||
|
Loading…
Reference in New Issue
Block a user