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:
parent
c7423420d1
commit
572b39cd2a
|
@ -187,9 +187,8 @@ void DownloadManager::timerEvent(QTimerEvent* e)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
QWidget::timerEvent(e);
|
||||
}
|
||||
|
||||
QWidget::timerEvent(e);
|
||||
}
|
||||
|
||||
void DownloadManager::clearList()
|
||||
|
|
Loading…
Reference in New Issue
Block a user