1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

DownloadManager: Use shorter timeout for updating window title

This commit is contained in:
David Rosca 2015-10-04 21:12:53 +02:00
parent 510f521074
commit 94d89e4fa6

View File

@ -94,7 +94,7 @@ void DownloadManager::loadSettings()
void DownloadManager::show()
{
m_timer.start(1000 * 2, this);
m_timer.start(500, this);
QWidget::show();
raise();