Add back device code flow
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
2a58fb0ac5
commit
09c0c11033
14 changed files with 481 additions and 36 deletions
|
@ -74,10 +74,6 @@ class ByteArraySink : public Sink {
|
|||
|
||||
auto abort() -> Task::State override
|
||||
{
|
||||
if (m_output)
|
||||
m_output->clear();
|
||||
else
|
||||
qWarning() << "ByteArraySink did not clear the buffer because it's not addressable";
|
||||
failAllValidators();
|
||||
return Task::State::Failed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue