1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Don't limit speed of loading animation in tabbar.

This commit is contained in:
nowrep 2013-03-20 10:26:18 +01:00
parent 61357e17b1
commit cb0630de35

View File

@ -481,7 +481,6 @@ void TabWidget::startTabAnimation(int index)
}
QMovie* movie = new QMovie(":icons/other/progress.gif", QByteArray(), label);
movie->setSpeed(70);
movie->start();
label->setMovie(movie);