1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

DownloadManager: Always call QWidget::timerEvent

This commit is contained in:
David Rosca 2016-04-08 11:05:42 +02:00
parent c7423420d1
commit 572b39cd2a

View File

@ -187,9 +187,8 @@ void DownloadManager::timerEvent(QTimerEvent* e)
}
#endif
}
else {
QWidget::timerEvent(e);
}
QWidget::timerEvent(e);
}
void DownloadManager::clearList()