Don't disconnect the signals before stopping the device because stopping might fail.
authorMohammed Sameer <msameer@foolab.org>
Sat, 8 Sep 2012 11:40:30 +0000 (14:40 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 8 Sep 2012 11:40:30 +0000 (14:40 +0300)
commit38b4b02435fdbab32e6367e5f3e8ea66224c97b9
treee9bc0d98ce30bee6438de1fe08387ec10c5ae5a1
parent5eb21cb5486fe2401e2aa1cc6027ab111c2bb26b
Don't disconnect the signals before stopping the device because stopping might fail.

If do so and stopping fail then the user will never be notified when the device becomes idle
We will delete the object anyway if we succeed and then Qt will disconnect the signals.
imports/camera.cpp