Remove timeout from SmartReflex warning.
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Tue, 5 Oct 2010 19:09:14 +0000 (21:09 +0200)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Tue, 5 Oct 2010 19:09:14 +0000 (21:09 +0200)
src/mainwindow.cpp

index 3abf8e6..3c3b98a 100644 (file)
@@ -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");
     }