Autodelete smapsRunnable
The runnable has an early return on error conditions. This means finished() might never be called.
Now we've removed the accessor and provide the return value in the signal we can just set autoDelete.
The runnable has an early return on error conditions. This means finished() might never be called.
Now we've removed the accessor and provide the return value in the signal we can just set autoDelete.