Use signal slot for checking download url instead of QTimer mechanism
There is no need for QTimer to check download url. Using Qt signal and slot mechanism much more conveniat.
There is no need for QTimer to check download url. Using Qt signal and slot mechanism much more conveniat.