From cb0630de355b53550329bd8f8f27e7e3be7a40db Mon Sep 17 00:00:00 2001 From: nowrep Date: Wed, 20 Mar 2013 10:26:18 +0100 Subject: [PATCH] Don't limit speed of loading animation in tabbar. --- src/lib/webview/tabwidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/webview/tabwidget.cpp b/src/lib/webview/tabwidget.cpp index b80be1d7f..b16ad57f0 100644 --- a/src/lib/webview/tabwidget.cpp +++ b/src/lib/webview/tabwidget.cpp @@ -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);