Code review comment for lp:~etherpulse/podbird/duplicated_downloads

Revision history for this message
Eran Uzan (etherpulse) wrote :

Hmm it seem that the DownloadManager.onCompleted signal happen even earlier then the MainView onCompleted signal it seems that any part of the MainView recevied the onCompleted signal before the main view so it doesn't really works.

I did find that if I attach it to the onStateChanged of the Qt.application it will work however this as the side effect of checking for new downloads every time podbird is brught to the front instead of a single time at the application lunch.

I`ll keep searching for other events maybe i should dynamically load the DownloadManager or some other method...

« Back to merge proposal