From: Daniel Klaffenbach Date: Tue, 5 Oct 2010 19:09:14 +0000 (+0200) Subject: Remove timeout from SmartReflex warning. X-Git-Tag: v0.3.4~6 X-Git-Url: https://vcs.maemo.org/git/?p=qcpufreq;a=commitdiff_plain;h=95038e862f3295437cd7a7567115690c6d37939c Remove timeout from SmartReflex warning. --- diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3abf8e6..3c3b98a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -461,7 +461,7 @@ void MainWindow::setSmartReflex() if ( getSmartReflexState() == 1 ) callHelper( "set_sr", "off"); else { - QMaemo5InformationBox::information(this, tr( "SmartReflex support is known to be unstable on some devices and may cause random reboots." ), QMaemo5InformationBox::DefaultTimeout); + QMaemo5InformationBox::information(this, tr( "SmartReflex support is known to be unstable on some devices and may cause random reboots." )); callHelper( "set_sr", "on"); }